Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ clear
Method
clear
scapy/automaton.py:236–240 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
234
return
self.recv(n)
235
236
def
clear(self):
237
# type: () -> None
238
if
not self.closed:
239
while
not self.empty():
240
self.recv()
241
242
def
close(self):
243
# type: () -> None
Callers
9
unfilter
Method · 0.45
flush
Method · 0.45
_flush_inout
Method · 0.45
disable
Method · 0.45
fuzz
Function · 0.45
recv
Method · 0.45
_reload_provs
Method · 0.45
__init__
Method · 0.45
flush
Method · 0.45
Calls
2
empty
Method · 0.95
recv
Method · 0.95
Tested by
no test coverage detected