Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _state_dict
Method
_state_dict
lib/sqlalchemy/sql/base.py:981–982 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
979
980
@_state_dict_inst.classlevel
981
def
_state_dict(cls) -> Mapping[str, Any]:
982
return
cls._state_dict_const
983
984
@classmethod
985
def
safe_merge(cls, other:
"Options"
) -> Any:
Callers
1
safe_merge
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected