MCPcopy
hub / github.com/dask/dask / __doc__

Method __doc__

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

Source from the content-addressed store, hash-verified

783
784 @property
785 def __doc__(self):
786 try:
787 func = self.dispatch(object)
788 return func.__doc__
789 except TypeError:
790 return f"Single Dispatch for {self.__name__}"
791
792
793def ensure_not_exists(filename) -> None:

Callers

nothing calls this directly

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected