MCPcopy
hub / github.com/celery/celery / __module__

Method __module__

celery/local.py:82–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80
81 @_default_cls_attr('module', str, __module__)
82 def __module__(self):
83 return self._get_current_object().__module__
84
85 @_default_cls_attr('doc', str, __doc__)
86 def __doc__(self):

Callers

nothing calls this directly

Calls 1

_get_current_objectMethod · 0.95

Tested by

no test coverage detected