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

Method start

scapy/pipetool.py:501–505  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

499 pass
500
501 def start(self):
502 # type: () -> None
503 self.RUN = True
504 Thread(target=self.generate,
505 name="scapy.pipetool.ThreadGenSource").start()
506
507 def stop(self):
508 # type: () -> None

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected