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

Method __lt__

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

Source from the content-addressed store, hash-verified

430 pass
431
432 def __lt__(self, other):
433 # type: (_S) -> _S
434 other.sinks.add(self)
435 self.sources.add(other)
436 return other
437
438 def __lshift__(self, other):
439 # type: (_S) -> _S

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected