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

Method __doc__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected