MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / A

Class A

test/orm/test_cache_key.py:1178–1183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1176 Base = cls.DeclarativeBasic
1177
1178 class A(ComparableMixin, Base):
1179 __tablename__ = "a"
1180
1181 id = Column(Integer, Identity(), primary_key=True)
1182 data = Column(String(30))
1183 bs = relationship("B")
1184
1185 class B(ComparableMixin, Base):
1186 __tablename__ = "b"

Callers 2

insert_dataMethod · 0.70
goMethod · 0.70

Calls 4

ColumnClass · 0.90
IdentityClass · 0.90
StringClass · 0.90
relationshipFunction · 0.90

Tested by 2

insert_dataMethod · 0.56
goMethod · 0.56