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

Class A

test/typing/plain_files/ext/asyncio/async_sessionmaker.py:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class A(Base):
33 __tablename__ = "a"
34
35 id: Mapped[int] = mapped_column(primary_key=True)
36 data: Mapped[str]
37 bs: Mapped[List[B]] = relationship()
38
39
40class B(Base):

Callers 1

async_mainFunction · 0.70

Calls 2

mapped_columnFunction · 0.90
relationshipFunction · 0.90

Tested by

no test coverage detected