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

Method get_local

scapy/tools/UTscapy.py:122–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 self.URL = URL
121
122 def get_local(self):
123 return bz2.decompress(base64_bytes(self.local))
124
125 def get_URL(self):
126 return self.URL

Callers 1

writeMethod · 0.95

Calls 2

base64_bytesFunction · 0.90
decompressMethod · 0.45

Tested by

no test coverage detected