MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / __setstate__

Method __setstate__

tensorflow/python/util/module_wrapper.py:238–242  ·  view source on GitHub ↗
(self, d)

Source from the content-addressed store, hash-verified

236 return self.__name__
237
238 def __setstate__(self, d):
239 # pylint: disable=protected-access
240 self.__init__(sys.modules[d]._tfmw_wrapped_module,
241 sys.modules[d]._tfmw_module_name)
242 # pylint: enable=protected-access

Callers

nothing calls this directly

Calls 1

__init__Method · 0.95

Tested by

no test coverage detected