MCPcopy Create free account
hub / github.com/Persper/code-analytics / __setstate__

Method __setstate__

persper/graphs/call_commit_graph.py:361–364  ·  view source on GitHub ↗
(self, state)

Source from the content-addressed store, hash-verified

359 return state
360
361 def __setstate__(self, state):
362 super().__setstate__(state)
363 self.share = {}
364 self.patch_parser = PatchParser()
365
366if __name__ == "__main__":
367 import doctest

Callers

nothing calls this directly

Calls 1

PatchParserClass · 0.90

Tested by

no test coverage detected