Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __lshift__
Method
__lshift__
scapy/pipetool.py:438–442 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
436
return
other
437
438
def
__lshift__(self, other):
439
# type: (_S) -> _S
440
self.high_sources.add(other)
441
other.high_sinks.add(self)
442
return
other
443
444
def
__floordiv__(self, other):
445
# type: (_S) -> _S
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected