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

Function remove

lib/sqlalchemy/orm/collections.py:1093–1100  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

1091 return append
1092
1093 def remove(fn):
1094 def remove(self, value, _sa_initiator=None):
1095 __del(self, value, _sa_initiator, NO_KEY)
1096 # testlib.pragma exempt:__eq__
1097 fn(self, value)
1098
1099 _tidy(remove)
1100 return remove
1101
1102 def insert(fn):
1103 def insert(self, index, value):

Callers

nothing calls this directly

Calls 2

__delFunction · 0.85
_tidyFunction · 0.85

Tested by

no test coverage detected