Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
write
Method · 0.95
Calls
2
base64_bytes
Function · 0.90
decompress
Method · 0.45
Tested by
no test coverage detected