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

Class A

examples/asyncio/greenlet_orm.py:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class A(Base):
26 __tablename__ = "a"
27
28 id = Column(Integer, primary_key=True)
29 data = Column(String)
30 bs = relationship("B")
31
32
33class B(Base):

Callers 1

async_mainFunction · 0.70

Calls 2

ColumnClass · 0.90
relationshipFunction · 0.90

Tested by

no test coverage detected