Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ get_URL_dict
Method
get_URL_dict
scapy/tools/UTscapy.py:180–182 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
178
get_local_dict = classmethod(get_local_dict)
179
180
def
get_URL_dict(cls):
181
return
{x: y.URL
for
(x, y) in cls.__dict__.items()
182
if
isinstance(y, File)}
183
get_URL_dict = classmethod(get_URL_dict)
184
185
Callers
1
pack_html_campaigns
Function · 0.80
Calls
1
items
Method · 0.80
Tested by
no test coverage detected