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

Function print_warning

Lib/test/libregrtest/utils.py:125–126  ·  view source on GitHub ↗
(msg: str)

Source from the content-addressed store, hash-verified

123
124
125def print_warning(msg: str) -> None:
126 support.print_warning(msg)
127
128
129orig_unraisablehook: Callable[..., None] | None = None

Callers 12

_killMethod · 0.70
_wait_completedMethod · 0.70
wait_stoppedMethod · 0.70
_process_resultMethod · 0.70
remove_testfnFunction · 0.70
adjust_rlimit_nofileFunction · 0.70
get_rerun_match_testsMethod · 0.70
__exit__Method · 0.70
start_load_trackerMethod · 0.70
regrtest_runnerFunction · 0.70
_load_run_testFunction · 0.70
_execute_pythonMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…