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

Method __init__

scapy/utils.py:3617–3623  ·  view source on GitHub ↗

DEV: overwrite

(self, cli: bool = True, debug: bool = False)

Source from the content-addressed store, hash-verified

3615 commands_complete: Dict[str, Callable[..., List[str]]] = {}
3616
3617 def __init__(self, cli: bool = True, debug: bool = False) -> None:
3618 """
3619 DEV: overwrite
3620 """
3621 if cli:
3622 self._depcheck()
3623 self.loop(debug=debug)
3624
3625 @staticmethod
3626 def _inspectkwargs(func: DecoratorCallable) -> None:

Callers 6

__call__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__call__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 2

_depcheckMethod · 0.95
loopMethod · 0.95

Tested by

no test coverage detected