Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _flush
Method
_flush
Lib/wsgiref/handlers.py:484–486 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
482
result = self.stdout.write(data)
483
484
def
_flush(self):
485
self.stdout.flush()
486
self._flush = self.stdout.flush
487
488
489
class
BaseCGIHandler(SimpleHandler):
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected