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

Method __complex__

dask/array/core.py:1900–1901  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1898 return self._scalarfunc(float)
1899
1900 def __complex__(self):
1901 return self._scalarfunc(complex)
1902
1903 def __index__(self):
1904 return self._scalarfunc(operator.index)

Callers

nothing calls this directly

Calls 1

_scalarfuncMethod · 0.95

Tested by

no test coverage detected