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

Function normalize_mmap

dask/tokenize.py:467–468  ·  view source on GitHub ↗
(mm)

Source from the content-addressed store, hash-verified

465
466 @normalize_token.register(np.memmap)
467 def normalize_mmap(mm):
468 return hash_buffer_hex(np.ascontiguousarray(mm))
469
470 @normalize_token.register(np.ufunc)
471 def normalize_ufunc(func):

Callers

nothing calls this directly

Calls 1

hash_buffer_hexFunction · 0.90

Tested by

no test coverage detected