Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ clear
Method
clear
scapy/sessions.py:143–145 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
141
return
bool(self)
142
143
def
clear(self):
144
# type: () -> None
145
self.__init__()
# type: ignore
146
147
def
__bool__(self):
148
# type: () -> bool
Callers
1
process
Method · 0.45
Calls
1
__init__
Method · 0.95
Tested by
no test coverage detected