MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / remove

Method remove

test/ext/test_associationproxy.py:66–67  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

64
65 @collection.remover
66 def remove(self, obj):
67 del self[obj.foo]
68
69
70class SetCollection(set):

Callers 15

reset_agentMethod · 0.45
_sa_removerMethod · 0.45
test_historyMethod · 0.45
test_removeMethod · 0.45
test_removeMethod · 0.45
removeMethod · 0.45
_test_sequence_opsMethod · 0.45
test_set_operationsMethod · 0.45
teardown_testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected