MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / deserialize

Method deserialize

lib/sqlalchemy/orm/path_registry.py:312–315  ·  view source on GitHub ↗
(cls, path: _SerializedPath)

Source from the content-addressed store, hash-verified

310
311 @classmethod
312 def deserialize(cls, path: _SerializedPath) -> PathRegistry:
313 assert path is not None
314 p = cls._deserialize_path(path)
315 return cls.coerce(p)
316
317 @overload
318 @classmethod

Callers 6

_unreduce_pathFunction · 0.80
__setstate__Method · 0.80
__setstate__Method · 0.80
__setstate__Method · 0.80
__setstate__Method · 0.80
test_deseralizeMethod · 0.80

Calls 2

_deserialize_pathMethod · 0.80
coerceMethod · 0.45

Tested by 1

test_deseralizeMethod · 0.64