MCPcopy Create free account
hub / github.com/secdev/scapy / send

Method send

scapy/automaton.py:1143–1145  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

1141 return self.read(n)
1142
1143 def send(self, msg):
1144 # type: (bytes) -> int
1145 return self.write(msg)
1146
1147 class _IO_mixer:
1148 def __init__(self,

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected