Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ push
Method
push
scapy/scapypipes.py:486–488 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
484
self.connected = True
485
486
def
push(self, msg):
487
# type: (bytes) -> None
488
self.fd.send(msg)
489
490
def
deliver(self):
491
# type: () -> None
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected