MCPcopy Create free account
hub / github.com/secdev/scapy / __del__

Method __del__

scapy/automaton.py:259–261  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

257 return "<%s at %s>" % (self.name, id(self))
258
259 def __del__(self):
260 # type: () -> None
261 self.close()
262
263 @staticmethod
264 def select(sockets, remain=conf.recv_poll_rate):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected