Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_debug
Method
test_debug
Lib/test/test_logging.py:5197–5198 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5195
self._test_log(
'log'
, logging.ERROR)
5196
5197
def
test_debug(self):
5198
self._test_log(
'debug'
)
5199
5200
def
test_info(self):
5201
self._test_log(
'info'
)
Callers
nothing calls this directly
Calls
1
_test_log
Method · 0.95
Tested by
no test coverage detected