MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / C

Class C

test/orm/test_ac_relationships.py:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 id = Column(Integer, primary_key=True)
224
225 class C(ComparableEntity, Base):
226 __tablename__ = "c"
227
228 id = Column(Integer, primary_key=True)
229 a_id = Column(ForeignKey("a.id"))
230
231 class D(ComparableEntity, Base):
232 __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