Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __reduce__
Method
__reduce__
lib/sqlalchemy/orm/path_registry.py:249–250 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
247
return
(key, self.path) in attributes
248
249
def
__reduce__(self) -> Any:
250
return
_unreduce_path, (self.serialize(),)
251
252
@classmethod
253
def
_serialize_path(cls, path: _PathRepresentation) -> _SerializedPath:
Callers
nothing calls this directly
Calls
1
serialize
Method · 0.95
Tested by
no test coverage detected