MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / zark

Method zark

test/orm/test_collection.py:1723–1724  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

1721
1722 @collection.remover
1723 def zark(self, item):
1724 self.data.remove(item)
1725
1726 @collection.removes_return()
1727 def maybe_zark(self, item):

Callers 1

_test_objectMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected