MCPcopy 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

processMethod · 0.45

Calls 1

__init__Method · 0.95

Tested by

no test coverage detected