MCPcopy 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_versionFunction · 0.45
canvas_dumpMethod · 0.45
cb_sniMethod · 0.45
pushMethod · 0.45
pushMethod · 0.45
pushMethod · 0.45
high_pushMethod · 0.45
_printMethod · 0.45
_sndrcv_sndMethod · 0.45
_process_packetMethod · 0.45
__gen_sendFunction · 0.45
__sr_loopFunction · 0.45

Calls 1

get_localMethod · 0.95

Tested by 1