MCPcopy Create free account
hub / github.com/secdev/scapy / start

Method start

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

Source from the content-addressed store, hash-verified

734 self.proc.wait()
735
736 def start(self):
737 # type: () -> None
738 if WINDOWS:
739 return self._start_windows()
740 else:
741 return self._start_unix()
742
743 def stop(self):
744 # type: () -> None

Callers 1

__init__Method · 0.95

Calls 2

_start_windowsMethod · 0.95
_start_unixMethod · 0.95

Tested by

no test coverage detected