MCPcopy Index your code
hub / github.com/secdev/scapy / _winset

Method _winset

scapy/automaton.py:177–180  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

175 ))
176
177 def _winset(self):
178 # type: () -> None
179 if ctypes.windll.kernel32.SetEvent(ctypes.c_void_p(self._fd)) == 0:
180 warning(ctypes.FormatError(ctypes.GetLastError()))
181
182 def _winreset(self):
183 # type: () -> None

Callers 1

sendMethod · 0.95

Calls 1

warningFunction · 0.90

Tested by

no test coverage detected