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

Method func

dask/utils.py:1218–1220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1216
1217 @property
1218 def func(self) -> str:
1219 # For `funcname` to work
1220 return self.method
1221
1222 def __new__(cls, method: str):
1223 try:

Callers 1

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected