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

Method _flush

Lib/wsgiref/handlers.py:481–483  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

479 result = self.stdout.write(data)
480
481 def _flush(self):
482 self.stdout.flush()
483 self._flush = self.stdout.flush
484
485
486class BaseCGIHandler(SimpleHandler):

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected