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

Function normalize_bound_method

dask/tokenize.py:180–181  ·  view source on GitHub ↗
(meth)

Source from the content-addressed store, hash-verified

178
179@normalize_token.register((types.MethodType, types.MethodWrapperType))
180def normalize_bound_method(meth):
181 return normalize_token(meth.__self__), meth.__name__
182
183
184@normalize_token.register(types.BuiltinFunctionType)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…