MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / __exit__

Method __exit__

python/graphvite/util.py:83–84  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

81 os.chdir(self.dir)
82
83 def __exit__(self, *args):
84 os.chdir(self.old_dir)
85
86
87class SharedNDArray(np.memmap):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected