MCPcopy
hub / github.com/celery/celery / __class__

Method __class__

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

Source from the content-addressed store, hash-verified

91
92 @property
93 def __class__(self):
94 return self._get_class()
95
96 def _get_current_object(self):
97 """Get current object.

Callers 7

setterMethod · 0.80
__copy__Method · 0.80
_next_instanceMethod · 0.80
setterMethod · 0.80
deleterMethod · 0.80
nodeMethod · 0.80
copyMethod · 0.80

Calls 1

_get_classMethod · 0.95

Tested by

no test coverage detected