Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_repr_node
Method
test_repr_node
t/unit/utils/test_graph.py:63–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
}
62
63
def
test_repr_node(self):
64
x = self.graph1()
65
assert x.repr_node(
'fasdswewqewq'
)
66
67
def
test_to_dot(self):
68
s = WhateverIO()
Callers
nothing calls this directly
Calls
2
graph1
Method · 0.95
repr_node
Method · 0.80
Tested by
no test coverage detected