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