MCPcopy Create free account
hub / github.com/numpy/numpy / _loads

Method _loads

numpy/core/tests/test_multiarray.py:4323–4324  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

4321 assert ref() is None
4322
4323 def _loads(self, obj):
4324 return pickle.loads(obj, encoding='latin1')
4325
4326 # version 0 pickles, using protocol=2 to pickle
4327 # version 0 doesn't have a version field

Callers 7

test_version0_int8Method · 0.95
test_version0_float32Method · 0.95
test_version0_objectMethod · 0.95
test_version1_int8Method · 0.95
test_version1_float32Method · 0.95
test_version1_objectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected