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

Method _gen_data

scapy/pipetool.py:468–470  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

466 Source.__init__(self, name=name)
467
468 def _gen_data(self, msg):
469 # type: (str) -> None
470 ObjectPipe.send(self, (msg, False, False))
471
472 def _gen_high_data(self, msg):
473 # type: (str) -> None

Callers 2

sendMethod · 0.80
generateMethod · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected