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

Method remove

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

Source from the content-addressed store, hash-verified

85
86 @collection.remover
87 def remove(self, obj):
88 self.values.remove(obj)
89
90 def __iter__(self):
91 return iter(self.values)

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected