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

Class C

test/orm/test_ac_relationships.py:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 cs = relationship("C")
42
43 class C(Base):
44 __tablename__ = "c"
45 id = Column(Integer, primary_key=True)
46 b_id = Column(ForeignKey("b.id"))
47 _sentinel = insert_sentinel()
48
49 partition = select(
50 B,

Callers

nothing calls this directly

Calls 3

ColumnClass · 0.90
ForeignKeyClass · 0.90
insert_sentinelFunction · 0.90

Tested by

no test coverage detected