MCPcopy
hub / github.com/celery/celery / format

Method format

celery/utils/graph.py:192–193  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

190 P(draw.tail())
191
192 def format(self, obj):
193 return self.formatter(obj) if self.formatter else obj
194
195 def __iter__(self):
196 return iter(self.adjacent)

Callers 2

repr_nodeMethod · 0.45
FMTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected