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

Class Bunch

scapy/tools/UTscapy.py:61–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59# Util class #
60
61class Bunch:
62 __init__ = lambda self, **kw: setattr(self, '__dict__', kw)
63
64
65def retry_test(func):

Callers 1

parse_config_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…