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

Method _read_message

scapy/pipetool.py:364–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

362 self.is_exhausted = False
363
364 def _read_message(self):
365 # type: () -> Message
366 return Message()
367
368 def deliver(self):
369 # type: () -> None

Callers

nothing calls this directly

Calls 1

MessageClass · 0.90

Tested by

no test coverage detected