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

Method __init__

scapy/automaton.py:283–285  ·  view source on GitHub ↗
(self, **args)

Source from the content-addressed store, hash-verified

281 exc_info = None # type: Union[Tuple[None, None, None], Tuple[BaseException, Exception, types.TracebackType]] # noqa: E501
282
283 def __init__(self, **args):
284 # type: (Any) -> None
285 self.__dict__.update(args)
286
287 def __repr__(self):
288 # type: () -> str

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected