MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / loads

Method loads

tensorpack/utils/serialize.py:88–93  ·  view source on GitHub ↗

Args: bytes

(buf)

Source from the content-addressed store, hash-verified

86
87 @staticmethod
88 def loads(buf):
89 """
90 Args:
91 bytes
92 """
93 return pickle.loads(buf)
94
95
96# Define the default serializer to be used that dumps data to bytes

Callers 3

loadsMethod · 0.45
unpackMethod · 0.45
get_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected