MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / put

Method put

test/orm/test_collection.py:1795–1796  ·  view source on GitHub ↗
(self, entity)

Source from the content-addressed store, hash-verified

1793 @collection.appender
1794 @collection.adds("entity")
1795 def put(self, entity):
1796 self.data.append(entity)
1797
1798 @collection.remover
1799 @collection.removes(1)

Callers 4

test_recipesMethod · 0.45
run_thin_modeFunction · 0.45
run_thick_modeFunction · 0.45
profileFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected