MCPcopy Index your code
hub / github.com/python/cpython / flush

Method flush

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

Source from the content-addressed store, hash-verified

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

Callers 11

encodeMethod · 0.45
decodeMethod · 0.45
encodeMethod · 0.45
handle_one_requestMethod · 0.45
spinMethod · 0.45
__writeMethod · 0.45
tty_pagerFunction · 0.45
traceFunction · 0.45
mainFunction · 0.45
_flush_std_streamsFunction · 0.45

Calls 1

superClass · 0.85

Tested by

no test coverage detected