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

Method start

scapy/automaton.py:1513–1518  ·  view source on GitHub ↗
(self, *args, **kargs)

Source from the content-addressed store, hash-verified

1511 self.breakpoints.discard(bp)
1512
1513 def start(self, *args, **kargs):
1514 # type: (Any, Any) -> None
1515 if self.isrunning():
1516 raise ValueError("Already started")
1517 # Start the control thread
1518 self._do_start(*args, **kargs)
1519
1520 def run(self,
1521 resume=None, # type: Optional[Message]

Callers 4

__init__Method · 0.95
restartMethod · 0.95
spawnMethod · 0.45
_do_startMethod · 0.45

Calls 2

isrunningMethod · 0.95
_do_startMethod · 0.95

Tested by

no test coverage detected