MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _Bookkeeping

Class _Bookkeeping

lib/sqlalchemy/ext/automap.py:1416–1419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1414
1415@dataclasses.dataclass
1416class _Bookkeeping:
1417 __slots__ = ("table_keys",)
1418
1419 table_keys: Set[str]
1420
1421
1422def automap_base(

Callers 1

automap_baseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected