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

Method __init__

windows/winproxy/error.py:26–27  ·  view source on GitHub ↗
(self, func_name, error_code=None)

Source from the content-addressed store, hash-verified

24 return api_error
25
26 def __init__(self, func_name, error_code=None):
27 super(WinproxyError, self).__init__(func_name)
28
29 def __repr__(self):
30 return "{0}: {1}".format(self.api_name, super(WinproxyError, self).__repr__())

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected