Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_dot
Method · 0.80
Calls
2
FMT
Method · 0.95
attrs
Method · 0.95
Tested by
no test coverage detected