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

Method add

scapy/pipetool.py:203–210  ·  view source on GitHub ↗
(self, *pipes)

Source from the content-addressed store, hash-verified

201 print("Interrupted by user.")
202
203 def add(self, *pipes):
204 # type: (*Pipe) -> None
205 _pipes = self._add_pipes(*pipes)
206 with self.command_lock:
207 if self.thread is not None:
208 for p in _pipes:
209 p.start()
210 self._write_cmd("A")
211
212 def graph(self, **kargs):
213 # type: (Any) -> None

Callers 9

fMethod · 0.95
add_one_pipeMethod · 0.45
flattenMethod · 0.45
runMethod · 0.45
__gt__Method · 0.45
__rshift__Method · 0.45
__xor__Method · 0.45
__lt__Method · 0.45
__lshift__Method · 0.45

Calls 3

_add_pipesMethod · 0.95
_write_cmdMethod · 0.95
startMethod · 0.45

Tested by

no test coverage detected