Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __next__
Method
__next__
scapy/automaton.py:1557–1559 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1555
self.run(resume, wait)
1556
1557
def
__next__(self):
1558
# type: () -> Any
1559
return
self.run(resume=Message(type=_ATMT_Command.NEXT))
1560
1561
def
_flush_inout(self):
1562
# type: () -> None
Callers
nothing calls this directly
Calls
2
run
Method · 0.95
Message
Class · 0.85
Tested by
no test coverage detected