MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / yank

Method yank

test/orm/test_collection.py:1808–1809  ·  view source on GitHub ↗
(self, entity, arg)

Source from the content-addressed store, hash-verified

1806
1807 @collection.removes("entity")
1808 def yank(self, entity, arg):
1809 self.data.remove(entity)
1810
1811 @collection.replaces(2)
1812 def replace(self, arg, entity, **kw):

Callers 1

test_recipesMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected