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

Method __init__

scapy/volatile.py:595–598  ·  view source on GitHub ↗
(self, iptemplate=_DEFAULT_IPTEMPLATE)

Source from the content-addressed store, hash-verified

593 _DEFAULT_IPTEMPLATE = "0.0.0.0/0"
594
595 def __init__(self, iptemplate=_DEFAULT_IPTEMPLATE):
596 # type: (str) -> None
597 super(RandIP, self).__init__()
598 self.ip = Net(iptemplate)
599
600 def _command_args(self):
601 # type: () -> str

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

NetClass · 0.90

Tested by

no test coverage detected