MCPcopy Index your code
hub / github.com/secdev/scapy / close

Method close

scapy/utils.py:3724–3728  ·  view source on GitHub ↗

Function called on exiting

(self)

Source from the content-addressed store, hash-verified

3722 return "> "
3723
3724 def close(self) -> None:
3725 """
3726 Function called on exiting
3727 """
3728 print("Exited")
3729
3730 def help(self, cmd: Optional[str] = None) -> None:
3731 """

Callers 15

loopMethod · 0.95
runMethod · 0.45
handlerMethod · 0.45
get_temp_fileFunction · 0.45
do_graphFunction · 0.45
closeMethod · 0.45
_read_block_dsbMethod · 0.45
closeMethod · 0.45
_write_headerMethod · 0.45
closeMethod · 0.45
tcpdumpFunction · 0.45
whoisFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected