Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1416
class
_Bookkeeping:
1417
__slots__ = (
"table_keys"
,)
1418
1419
table_keys: Set[str]
1420
1421
1422
def
automap_base(
Callers
1
automap_base
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected