MCPcopy Index your code
hub / github.com/dask/dask / test_docs

Function test_docs

dask/array/tests/test_random.py:127–130  ·  view source on GitHub ↗
(generator_class)

Source from the content-addressed store, hash-verified

125
126
127def test_docs(generator_class):
128 assert "exponential" in generator_class().exponential.__doc__
129 assert "exponential" in generator_class().exponential.__name__
130 assert "# doctest: +SKIP" in generator_class().normal.__doc__
131
132
133def test_can_make_really_big_random_array(generator_class):

Callers

nothing calls this directly

Calls 1

generator_classFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…