MCPcopy
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
81def _unreduce_path(path: _SerializedPath) -> PathRegistry:
82 return PathRegistry.deserialize(path)
83
84
85_WILDCARD_TOKEN: _LiteralStar = "*"

Callers

nothing calls this directly

Calls 1

deserializeMethod · 0.80

Tested by

no test coverage detected