Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
184
def
get_temp_file(keep, autoext, fd):
185
# type: (bool, str, Literal[True]) -> IO[bytes]
186
pass
187
188
189
@overload
Callers
13
cb_sni
Method · 0.90
psdump
Method · 0.90
pdfdump
Method · 0.90
svgdump
Method · 0.90
_start_windows
Method · 0.90
sendpfast
Function · 0.90
http_request
Function · 0.90
parse_args
Method · 0.90
_create_fifo
Function · 0.85
do_graph
Function · 0.85
_read_block_dsb
Method · 0.85
tcpdump
Function · 0.85
Calls
2
append
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected