MCPcopy Create free account
hub / github.com/secdev/scapy / get_local_dict

Method get_local_dict

scapy/tools/UTscapy.py:175–177  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

173/i7kinChIXSAmRgA==\n""")
174
175 def get_local_dict(cls):
176 return {x: y.name for (x, y) in cls.__dict__.items()
177 if isinstance(y, File)}
178 get_local_dict = classmethod(get_local_dict)
179
180 def get_URL_dict(cls):

Callers 1

pack_html_campaignsFunction · 0.80

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected