Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ A
Class
A
test/typing/plain_files/inspection_inspect.py:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
class
A(Base):
21
__tablename__ =
"a"
22
23
id: Mapped[int] = mapped_column(primary_key=True)
24
data: Mapped[str]
25
26
27
class
BaseNoMeta(DeclarativeBaseNoMeta):
Callers
1
inspection_inspect.py
File · 0.70
Calls
1
mapped_column
Function · 0.90
Tested by
no test coverage detected