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

Method read

scapy/automaton.py:232–234  ·  view source on GitHub ↗
(self, n=0)

Source from the content-addressed store, hash-verified

230 return elt
231
232 def read(self, n=0):
233 # type: (Optional[int]) -> Optional[_T]
234 return self.recv(n)
235
236 def clear(self):
237 # type: () -> None

Callers 15

get_long_descriptionFunction · 0.45
recvMethod · 0.45
readMethod · 0.45
openMethod · 0.45
__init__Method · 0.45
_read_packetMethod · 0.45
_read_blockMethod · 0.45
_read_block_tailMethod · 0.45
_read_block_shbMethod · 0.45
_write_headerMethod · 0.45
openMethod · 0.45
read_packetMethod · 0.45

Calls 1

recvMethod · 0.95

Tested by

no test coverage detected