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

Method disconnect

windows/alpc.py:437–439  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

435 return view_attributes
436
437 def disconnect(self):
438 if self.handle:
439 self._close_port(self.handle)
440
441 def __del__(self):
442 if sys.path is not None:

Callers 1

__del__Method · 0.95

Calls 1

_close_portMethod · 0.80

Tested by

no test coverage detected