MCPcopy
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
22class Base(metaclass=DeclarativeMeta):
23 __abstract__ = True
24 registry = registry()
25 metadata = registry.metadata
26
27
28class A(Base):

Callers

nothing calls this directly

Calls 1

registryClass · 0.90

Tested by

no test coverage detected