Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_valency_of_when_missing
Method
test_valency_of_when_missing
t/unit/utils/test_graph.py:45–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
x.connect(y)
44
45
def
test_valency_of_when_missing(self):
46
x = self.graph1()
47
assert x.valency_of(
'foobarbaz'
) == 0
48
49
def
test_format(self):
50
x = self.graph1()
Callers
nothing calls this directly
Calls
2
graph1
Method · 0.95
valency_of
Method · 0.80
Tested by
no test coverage detected