MCPcopy
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_edgeMethod · 0.95
draw_nodeMethod · 0.95
if_not_seenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected