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