Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ __del__
Method
__del__
windows/alpc.py:441–443 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
439
self._close_port(self.handle)
440
441
def
__del__(self):
442
if
sys.path is not None:
443
self.disconnect()
444
445
446
class
AlpcServer(AlpcTransportBase):
Callers
nothing calls this directly
Calls
1
disconnect
Method · 0.95
Tested by
no test coverage detected