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

Method __rshift__

scapy/pipetool.py:288–292  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

286 return other
287
288 def __rshift__(self, other):
289 # type: (_S) -> _S
290 self.high_sinks.add(other)
291 other.high_sources.add(self)
292 return other
293
294 def __xor__(self, other):
295 # type: (_TS) -> _TS

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected