Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ clear
Method
clear
test/orm/test_collection.py:1190–1191 · test/orm/test_collection.py::CollectionsTest.SetIsh.clear
(self)
Source
from the content-addressed store, hash-verified
1188
return
iter(self.data)
1189
1190
def
clear(self):
1191
self.data.clear()
1192
1193
__hash__ = object.__hash__
1194
Callers
15
teardown_test
Method · 0.45
evt
Method · 0.45
evt1
Method · 0.45
_run_doctest
Method · 0.45
run_buf
Method · 0.45
test_clear
Method · 0.45
test_clear
Method · 0.45
test_clear
Method · 0.45
test_plain_w_baked_lazyload
Method · 0.45
test_gc
Method · 0.45
test_gc_engine
Method · 0.45
test_gc_conn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected