MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / C

Class C

test/orm/test_ac_relationships.py:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 id = Column(Integer, primary_key=True)
222
223 class C(ComparableEntity, Base):
224 __tablename__ = "c"
225
226 id = Column(Integer, primary_key=True)
227 a_id = Column(ForeignKey("a.id"))
228
229 class D(ComparableEntity, Base):
230 __tablename__ = "d"

Callers 2

insert_dataMethod · 0.70
insert_dataMethod · 0.70

Calls 2

ColumnClass · 0.90
ForeignKeyClass · 0.90

Tested by 2

insert_dataMethod · 0.56
insert_dataMethod · 0.56