Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
class
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
40
class
B(Base):
Callers
1
async_main
Function · 0.70
Calls
2
mapped_column
Function · 0.90
relationship
Function · 0.90
Tested by
no test coverage detected