Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _nodes_from_tuples
Method
_nodes_from_tuples
test/base/test_dependency.py:23–27 ·
view source on GitHub ↗
(self, tups)
Source
from the content-addressed store, hash-verified
21
assert result == expected
22
23
def
_nodes_from_tuples(self, tups):
24
s = set()
25
for
tup in tups:
26
s.update(tup)
27
return
s
28
29
def
test_sort_one(self):
30
rootnode =
"root"
Callers
5
assert_sort
Method · 0.95
test_raise_on_cycle_one
Method · 0.95
test_raise_on_cycle_two
Method · 0.95
test_raise_on_cycle_three
Method · 0.95
test_find_cycle_one
Method · 0.95
Calls
1
update
Method · 0.45
Tested by
no test coverage detected