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

Function get_temp_file

scapy/utils.py:184–186  ·  view source on GitHub ↗
(keep, autoext, fd)

Source from the content-addressed store, hash-verified

182
183@overload
184def get_temp_file(keep, autoext, fd):
185 # type: (bool, str, Literal[True]) -> IO[bytes]
186 pass
187
188
189@overload

Callers 13

cb_sniMethod · 0.90
psdumpMethod · 0.90
pdfdumpMethod · 0.90
svgdumpMethod · 0.90
_start_windowsMethod · 0.90
sendpfastFunction · 0.90
http_requestFunction · 0.90
parse_argsMethod · 0.90
_create_fifoFunction · 0.85
do_graphFunction · 0.85
_read_block_dsbMethod · 0.85
tcpdumpFunction · 0.85

Calls 2

appendMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected