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

Class A

test/orm/test_events.py:2209–2213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2207 @classmethod
2208 def setup_classes(cls):
2209 class A(cls.DeclarativeBasic):
2210 __tablename__ = "a"
2211 id = Column(Integer, primary_key=True)
2212 unloaded = deferred(Column(String(50)))
2213 bs = relationship("B", lazy="joined")
2214
2215 class B(cls.DeclarativeBasic):
2216 __tablename__ = "b"

Callers

nothing calls this directly

Calls 4

ColumnClass · 0.90
deferredFunction · 0.90
StringClass · 0.90
relationshipFunction · 0.90

Tested by

no test coverage detected