Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ label
Method
label
celery/utils/graph.py:280–281 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
278
return
self.FMT(self._tail)
279
280
def
label(self, obj):
281
return
obj
282
283
def
node(self, obj, **attrs):
284
return
self.draw_node(obj, self.node_scheme, attrs)
Callers
4
__init__
Method · 0.95
draw_edge
Method · 0.95
draw_node
Method · 0.95
if_not_seen
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected