Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
60
class
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_teardown
Method · 0.45
do_rollback
Method · 0.45
do_commit
Method · 0.45
do_close
Method · 0.45
first_connect
Method · 0.45
connect
Method · 0.45
checkout
Method · 0.45
reset
Method · 0.45
checkin
Method · 0.45
close_detached
Method · 0.45
detach
Method · 0.45
connect_one
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected