MCPcopy
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_dataMethod · 0.70
test_nullPKsOK_BtoAMethod · 0.70
test_o2m_oncascadeMethod · 0.70
test_o2m_onflushMethod · 0.70
insert_dataMethod · 0.70

Calls

no outgoing calls

Tested by 6

insert_dataMethod · 0.56
test_nullPKsOK_BtoAMethod · 0.56
test_o2m_oncascadeMethod · 0.56
test_o2m_onflushMethod · 0.56
insert_dataMethod · 0.56