MCPcopy Index your code
hub / github.com/RustPython/RustPython / flush

Method flush

Lib/http/client.py:447–450  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

445 # the "raw stream" that BufferedReader expects.
446
447 def flush(self):
448 super().flush()
449 if self.fp:
450 self.fp.flush()
451
452 def readable(self):
453 """Always returns True"""

Callers 2

handle_one_requestMethod · 0.45
run_cgiMethod · 0.45

Calls 1

superClass · 0.85

Tested by

no test coverage detected