Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_warning
Method
test_warning
Lib/test/test_logging.py:5203–5204 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5201
self._test_log(
'info'
)
5202
5203
def
test_warning(self):
5204
self._test_log(
'warning'
)
5205
5206
def
test_error(self):
5207
self._test_log(
'error'
)
Callers
nothing calls this directly
Calls
1
_test_log
Method · 0.95
Tested by
no test coverage detected