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

Function flush_std_streams

Lib/test/support/__init__.py:1493–1497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1491# Support for saving and restoring the imported modules.
1492
1493def flush_std_streams():
1494 if sys.stdout is not None:
1495 sys.stdout.flush()
1496 if sys.stderr is not None:
1497 sys.stderr.flush()
1498
1499
1500def print_warning(msg):

Callers 2

_run_bisectMethod · 0.90
print_warningFunction · 0.85

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…