MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / B

Class B

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

Source from the content-addressed store, hash-verified

218 b_id = Column(ForeignKey("b.id"))
219
220 class B(ComparableEntity, Base):
221 __tablename__ = "b"
222
223 id = Column(Integer, primary_key=True)
224
225 class C(ComparableEntity, Base):
226 __tablename__ = "c"

Callers 6

insert_dataMethod · 0.70
insert_dataMethod · 0.70
test_lazyloadMethod · 0.70
test_joinedloadMethod · 0.70
test_selectinloadMethod · 0.70
insert_dataMethod · 0.70

Calls 1

ColumnClass · 0.90

Tested by 6

insert_dataMethod · 0.56
insert_dataMethod · 0.56
test_lazyloadMethod · 0.56
test_joinedloadMethod · 0.56
test_selectinloadMethod · 0.56
insert_dataMethod · 0.56