Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ pop
Method
pop
test/orm/test_collection.py:1181–1182 · test/orm/test_collection.py::CollectionsTest.SetIsh.pop
(self)
Source
from the content-addressed store, hash-verified
1179
self.data.discard(item)
1180
1181
def
pop(self):
1182
return
self.data.pop()
1183
1184
def
update(self, other):
1185
self.data.update(other)
Callers
15
_tracer
Method · 0.45
main
Function · 0.45
_run_test
Method · 0.45
test_compile
Method · 0.45
__init__
Method · 0.45
test_metadata_tables_immutable
Method · 0.45
_non_default_isolation_level
Method · 0.45
test_dialect_doesnt_follow_naming_guidelines
Method · 0.45
side_effect
Method · 0.45
_queuepool_dbapi_fixture
Method · 0.45
test_cursor_iterable
Method · 0.45
test_recreate_state
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected