Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_description
Function · 0.45
recv
Method · 0.45
read
Method · 0.45
open
Method · 0.45
__init__
Method · 0.45
_read_packet
Method · 0.45
_read_block
Method · 0.45
_read_block_tail
Method · 0.45
_read_block_shb
Method · 0.45
_write_header
Method · 0.45
open
Method · 0.45
read_packet
Method · 0.45
Calls
1
recv
Method · 0.95
Tested by
no test coverage detected