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

Method flush

Lib/typing.py:3583–3584  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3581
3582 @abstractmethod
3583 def flush(self) -> None:
3584 pass
3585
3586 @abstractmethod
3587 def isatty(self) -> bool:

Callers 15

testFunction · 0.45
mainFunction · 0.45
logcat_taskFunction · 0.45
prepFunction · 0.45
mainFunction · 0.45
xcode_testFunction · 0.45
configure_wasi_pythonFunction · 0.45
_mesgMethod · 0.45
sendMethod · 0.45
unix_getpassFunction · 0.45
_raw_inputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected