Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ flush
Method
flush
scapy/utils.py:2215–2217 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2213
return
-1
if
WINDOWS
else
self.f.fileno()
2214
2215
def
flush(self):
2216
# type: () -> Optional[Any]
2217
return
self.f.flush()
2218
2219
def
close(self):
2220
# type: () -> Optional[Any]
Callers
5
__exit__
Method · 0.95
_write_header
Method · 0.45
_write_packet
Method · 0.45
_write_packet
Method · 0.45
write_packet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected