MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / append

Method append

test/ext/test_associationproxy.py:62–63  ·  test/ext/test_associationproxy.py::DictCollection.append
(self, obj)

Source from the content-addressed store, hash-verified

60class DictCollection(dict):
61 @collection.appender
62 def append(self, obj):
63 self[obj.foo] = obj
64
65 @collection.remover
66 def remove(self, obj):

Callers 15

_with_teardownMethod · 0.45
do_rollbackMethod · 0.45
do_commitMethod · 0.45
do_closeMethod · 0.45
first_connectMethod · 0.45
connectMethod · 0.45
checkoutMethod · 0.45
resetMethod · 0.45
checkinMethod · 0.45
close_detachedMethod · 0.45
detachMethod · 0.45
connect_oneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected