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

Method flush

Lib/wsgiref/types.py:42–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40class ErrorStream(Protocol):
41 """WSGI error stream as defined in PEP 3333"""
42 def flush(self) -> object: ...
43 def write(self, s: str, /) -> object: ...
44 def writelines(self, seq: list[str], /) -> object: ...
45

Callers 2

log_exceptionMethod · 0.45
_flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected