Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ write
Method
write
scapy/automaton.py:206–208 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
204
return
1
205
206
def
write(self, obj):
207
# type: (_T) -> None
208
self.send(obj)
209
210
def
empty(self):
211
# type: () -> bool
Callers
2
send
Method · 0.45
write
Method · 0.45
Calls
1
send
Method · 0.95
Tested by
no test coverage detected