MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / loads

Function loads

lib/sqlalchemy/ext/serializer.py:181–184  ·  lib/sqlalchemy/ext/serializer.py::loads
(data, metadata=None, scoped_session=None, engine=None)

Source from the content-addressed store, hash-verified

179
180
181def loads(data, metadata=None, scoped_session=None, engine=None):
182 buf = BytesIO(data)
183 unpickler = Deserializer(buf, metadata, scoped_session, engine)
184 return unpickler.load()

Callers 15

processMethod · 0.85
test_pickle_quoteMethod · 0.85
test_pickle_typesMethod · 0.85
test_pickle_typesMethod · 0.85
test_pickleMethod · 0.85
test_serializeMethod · 0.85
test_serializeMethod · 0.85

Calls 2

DeserializerClass · 0.85
loadMethod · 0.45

Tested by 15

test_pickle_quoteMethod · 0.68
test_pickle_typesMethod · 0.68
test_pickle_typesMethod · 0.68
test_pickleMethod · 0.68
test_serializeMethod · 0.68
test_serializeMethod · 0.68