Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Base
Class
Base
test/typing/plain_files/orm/complete_orm_no_plugin.py:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
22
class
Base(metaclass=DeclarativeMeta):
23
__abstract__ = True
24
registry = registry()
25
metadata = registry.metadata
26
27
28
class
A(Base):
Callers
nothing calls this directly
Calls
1
registry
Class · 0.90
Tested by
no test coverage detected