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

Function _

dask/dataframe/backends.py:189–190  ·  view source on GitHub ↗
(dtype)

Source from the content-addressed store, hash-verified

187
188@make_scalar.register(np.dtype)
189def _(dtype):
190 return _scalar_from_dtype(dtype)
191
192
193@make_scalar.register(pd.Timestamp)

Callers

nothing calls this directly

Calls 5

_scalar_from_dtypeFunction · 0.90
takeMethod · 0.80
_constructorMethod · 0.80
copyMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected