Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ _state_dict
Method
_state_dict
lib/sqlalchemy/sql/base.py:969–970 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
967
968
@_state_dict_inst.classlevel
969
def
_state_dict(cls) -> Mapping[str, Any]:
970
return
cls._state_dict_const
971
972
@classmethod
973
def
safe_merge(cls, other:
"Options"
) -> Any:
Callers
1
safe_merge
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected