MCPcopy Create free account
hub / github.com/secdev/scapy / __init__

Method __init__

scapy/arch/windows/__init__.py:179–181  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

177
178class WinProgPath(ProgPath):
179 def __init__(self):
180 # type: () -> None
181 self._reload()
182
183 def _reload(self):
184 # type: () -> None

Callers 1

__init__Method · 0.45

Calls 1

_reloadMethod · 0.95

Tested by

no test coverage detected