Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ empty
Method
empty
scapy/automaton.py:210–212 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
208
self.send(obj)
209
210
def
empty(self):
211
# type: () -> bool
212
return
not bool(self.__queue)
213
214
def
flush(self):
215
# type: () -> None
Callers
1
clear
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected