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

Method _read_cmd

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

Source from the content-addressed store, hash-verified

82 raise AttributeError(attr)
83
84 def _read_cmd(self):
85 # type: () -> str
86 return self.recv() # type: ignore
87
88 def _write_cmd(self, _cmd):
89 # type: (str) -> None

Callers 1

runMethod · 0.95

Calls 1

recvMethod · 0.45

Tested by

no test coverage detected