Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ high_push
Method
high_push
scapy/pipetool.py:394–396 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
392
self._send(msg)
393
394
def
high_push(self, msg):
395
# type: (Any) -> None
396
self._high_send(msg)
397
398
399
class
Sink(Pipe):
Callers
nothing calls this directly
Calls
1
_high_send
Method · 0.80
Tested by
no test coverage detected