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