Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ to_set
Method
to_set
test/orm/test_collection.py:173–174 ·
view source on GitHub ↗
(col)
Source
from the content-addressed store, hash-verified
171
if
to_set is None:
172
173
def
to_set(col):
174
return
set(col)
175
176
def
assert_eq():
177
self.assert_(to_set(direct) == canary.data)
Callers
3
__init__
Method · 0.80
_configure_inheritance
Method · 0.80
_merge_with
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected