Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __repr__
Method
__repr__
celery/utils/graph.py:211–212 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
209
items = iteritems = _iterate_items
210
211
def
__repr__(self):
212
return
'\n'
.join(self.repr_node(N)
for
N in self)
213
214
def
repr_node(self, obj, level=1, fmt=
'{0}({1})'
):
215
output = [fmt.format(obj, self.valency_of(obj))]
Callers
nothing calls this directly
Calls
2
repr_node
Method · 0.95
join
Method · 0.45
Tested by
no test coverage detected