Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
send
Method · 0.95
Calls
1
warning
Function · 0.90
Tested by
no test coverage detected