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

Method _get_handle

windows/utils/pythonutils.py:88–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 # Big bypass to prevent missing reference at programm exit..
87 _close_function = ctypes.WinDLL("kernel32").CloseHandle
88 def _get_handle(self):
89 raise NotImplementedError("{0} is abstract".format(type(self).__name__))
90
91 @property
92 def handle(self):

Callers 1

handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected