MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / pop

Method pop

lib/sqlalchemy/ext/mutable.py:850–850  ·  view source on GitHub ↗
(self, __key: _KT)

Source from the content-addressed store, hash-verified

848
849 @overload
850 def pop(self, __key: _KT) -> _VT: ...
851
852 @overload
853 def pop(self, __key: _KT, __default: _VT | _T) -> _VT | _T: ...

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
changedMethod · 0.45

Tested by

no test coverage detected