MCPcopy
hub / github.com/celery/celery / head

Method head

celery/utils/graph.py:271–275  ·  view source on GitHub ↗
(self, **attrs)

Source from the content-addressed store, hash-verified

269 )
270
271 def head(self, **attrs):
272 return self.FMT(
273 self._head, id=self.id, type=self.type,
274 attrs=self.attrs(attrs, self.graph_scheme),
275 )
276
277 def tail(self):
278 return self.FMT(self._tail)

Callers 1

to_dotMethod · 0.80

Calls 2

FMTMethod · 0.95
attrsMethod · 0.95

Tested by

no test coverage detected