MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / __exit__

Method __exit__

pythonmemorymodule/pefile.py:2785–2786  ·  view source on GitHub ↗
(self, type, value, traceback)

Source from the content-addressed store, hash-verified

2783 return self
2784
2785 def __exit__(self, type, value, traceback):
2786 self.close()
2787
2788 def close(self):
2789 if (

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected