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

Method __gt__

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

Source from the content-addressed store, hash-verified

280 s.on_trigger(msg)
281
282 def __gt__(self, other):
283 # type: (_S) -> _S
284 self.sinks.add(other)
285 other.sources.add(self)
286 return other
287
288 def __rshift__(self, other):
289 # type: (_S) -> _S

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected