Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ C
Class
C
test/orm/test_relationships.py:1728–1729 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1726
tableC.create(connection)
1727
1728
class
C(BasicEntity):
1729
pass
1730
1731
self.mapper_registry.map_imperatively(
1732
C, tableC, properties={
"a"
: relationship(A, cascade=
"save-update"
)}
Callers
6
insert_data
Method · 0.70
test_nullPKsOK_BtoA
Method · 0.70
test_o2m_oncascade
Method · 0.70
test_o2m_onflush
Method · 0.70
test_o2m_nopoly_onflush
Method · 0.70
insert_data
Method · 0.70
Calls
no outgoing calls
Tested by
6
insert_data
Method · 0.56
test_nullPKsOK_BtoA
Method · 0.56
test_o2m_oncascade
Method · 0.56
test_o2m_onflush
Method · 0.56
test_o2m_nopoly_onflush
Method · 0.56
insert_data
Method · 0.56