MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / A

Class A

test/orm/test_selectin_relations.py:2245–2250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2243 Base = cls.DeclarativeBasic
2244
2245 class A(ComparableEntity, Base):
2246 __tablename__ = "a"
2247 id1 = Column(Integer, primary_key=True)
2248 id2 = Column(Integer, primary_key=True)
2249
2250 bs = relationship("B", order_by="B.id", back_populates="a")
2251
2252 class B(ComparableEntity, Base):
2253 __tablename__ = "b"

Callers 15

goMethod · 0.70
insert_dataMethod · 0.70
test_load_o2mMethod · 0.70
test_load_m2oMethod · 0.70
insert_dataMethod · 0.70
insert_dataMethod · 0.70
insert_dataMethod · 0.70
insert_dataMethod · 0.70
test_missing_recMethod · 0.70
insert_dataMethod · 0.70

Calls 2

ColumnClass · 0.90
relationshipFunction · 0.90

Tested by 15

goMethod · 0.56
insert_dataMethod · 0.56
test_load_o2mMethod · 0.56
test_load_m2oMethod · 0.56
insert_dataMethod · 0.56
insert_dataMethod · 0.56
insert_dataMethod · 0.56
insert_dataMethod · 0.56
test_missing_recMethod · 0.56
insert_dataMethod · 0.56