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