Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _unreduce_path
Function
_unreduce_path
lib/sqlalchemy/orm/path_registry.py:81–82 ·
view source on GitHub ↗
(path: _SerializedPath)
Source
from the content-addressed store, hash-verified
79
80
81
def
_unreduce_path(path: _SerializedPath) -> PathRegistry:
82
return
PathRegistry.deserialize(path)
83
84
85
_WILDCARD_TOKEN: _LiteralStar =
"*"
Callers
nothing calls this directly
Calls
1
deserialize
Method · 0.80
Tested by
no test coverage detected