Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ B
Class
B
test/typing/plain_files/inspection_inspect.py:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
class
B(BaseNoMeta):
32
__tablename__ =
"b"
33
34
id: Mapped[int] = mapped_column(primary_key=True)
35
data: Mapped[str]
36
37
38
assert_type(A.__mapper__, Mapper[Any])
Callers
1
inspection_inspect.py
File · 0.70
Calls
1
mapped_column
Function · 0.90
Tested by
no test coverage detected