MCPcopy 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_headerMethod · 0.45
_write_packetMethod · 0.45
_write_packetMethod · 0.45
write_packetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected