Home
last modified time | relevance | path

Searched refs:RANDS_CHARS (Results 1 – 4 of 4) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dutil.py112 RANDS_CHARS = np.array(
114 return "".join(np.random.choice(RANDS_CHARS, nchars))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dutil.py112 RANDS_CHARS = np.array(
114 return "".join(np.random.choice(RANDS_CHARS, nchars))
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dutil.py116 RANDS_CHARS = np.array(
118 return "".join(np.random.choice(RANDS_CHARS, nchars))
/dports/math/py-pandas/pandas-1.2.5/pandas/
H A D_testing.py527 RANDS_CHARS = np.array(list(string.ascii_letters + string.digits), dtype=(np.str_, 1)) variable
539 np.random.choice(RANDS_CHARS, size=nchars * np.prod(size))
565 return "".join(np.random.choice(RANDS_CHARS, nchars))