Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ pop
Method
pop
lib/sqlalchemy/ext/mutable.py:1053–1056 ·
view source on GitHub ↗
(self, *arg: Any)
Source
from the content-addressed store, hash-verified
1051
self.changed()
1052
1053
def
pop(self, *arg: Any) -> _T:
1054
result = set.pop(self, *arg)
1055
self.changed()
1056
return
result
1057
1058
def
clear(self) -> None:
1059
set.clear(self)
Callers
15
create_mock_engine
Function · 0.45
_instantiate_plugins
Method · 0.45
translate_connect_args
Method · 0.45
_parse_url
Function · 0.45
create_engine
Function · 0.45
pop_kwarg
Function · 0.45
engine_from_config
Function · 0.45
create_pool_from_url
Function · 0.45
_default_multi_reflect
Method · 0.45
set_
Method · 0.45
pop
Method · 0.45
pop
Method · 0.45
Calls
1
changed
Method · 0.45
Tested by
no test coverage detected