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

Method __xor__

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

Source from the content-addressed store, hash-verified

292 return other
293
294 def __xor__(self, other):
295 # type: (_TS) -> _TS
296 self.trigger_sinks.add(other)
297 other.trigger_sources.add(self)
298 return other
299
300 def __hash__(self):
301 # type: () -> int

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected