Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ write
Method
write
scapy/tools/UTscapy.py:128–132 ·
view source on GitHub ↗
(self, dir)
Source
from the content-addressed store, hash-verified
126
return
self.URL
127
128
def
write(self, dir):
129
if
dir:
130
dir +=
"/"
131
with
open(dir + self.name,
"wb"
)
as
fdesc:
132
fdesc.write(self.get_local())
133
134
135
# Embed a base64 encoded bziped version of js and css files
Callers
15
_build_version
Function · 0.45
canvas_dump
Method · 0.45
cb_sni
Method · 0.45
push
Method · 0.45
push
Method · 0.45
push
Method · 0.45
high_push
Method · 0.45
_print
Method · 0.45
_sndrcv_snd
Method · 0.45
_process_packet
Method · 0.45
__gen_send
Function · 0.45
__sr_loop
Function · 0.45
Calls
1
get_local
Method · 0.95
Tested by
1
test_and_setup_socket_can
Function · 0.36