MCPcopy
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

_tracerMethod · 0.45
mainFunction · 0.45
_run_testMethod · 0.45
test_compileMethod · 0.45
__init__Method · 0.45
side_effectMethod · 0.45
test_cursor_iterableMethod · 0.45
test_recreate_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected