MCPcopy Create free account
hub / github.com/dask/dask / power

Method power

dask/array/random.py:324–325  ·  view source on GitHub ↗
(self, a, size=None, chunks="auto", **kwargs)

Source from the content-addressed store, hash-verified

322
323 @derived_from(np.random.Generator, skipblocks=1)
324 def power(self, a, size=None, chunks="auto", **kwargs):
325 return _wrap_func(self, "power", a, size=size, chunks=chunks, **kwargs)
326
327 @derived_from(np.random.Generator, skipblocks=1)
328 def random(self, size=None, dtype=np.float64, out=None, chunks="auto", **kwargs):

Callers 1

kurtosistestFunction · 0.45

Calls 1

_wrap_funcFunction · 0.70

Tested by

no test coverage detected