Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
125
def
print_warning(msg: str) -> None:
126
support.print_warning(msg)
127
128
129
orig_unraisablehook: Callable[..., None] | None = None
Callers
12
_kill
Method · 0.70
_wait_completed
Method · 0.70
wait_stopped
Method · 0.70
_process_result
Method · 0.70
remove_testfn
Function · 0.70
adjust_rlimit_nofile
Function · 0.70
get_rerun_match_tests
Method · 0.70
__exit__
Method · 0.70
start_load_tracker
Method · 0.70
regrtest_runner
Function · 0.70
_load_run_test
Function · 0.70
_execute_python
Method · 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…