Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ _get_class
Method
_get_class
celery/local.py:89–90 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
87
return
self._get_current_object().__doc__
88
89
def
_get_class(self):
90
return
self._get_current_object().__class__
91
92
@property
93
def
__class__(self):
Callers
1
__class__
Method · 0.95
Calls
1
_get_current_object
Method · 0.95
Tested by
no test coverage detected