MCPcopy Index your code
hub / github.com/python/cpython / _test_level

Method _test_level

Lib/test/_test_multiprocessing.py:5236–5238  ·  view source on GitHub ↗
(cls, conn)

Source from the content-addressed store, hash-verified

5234
5235 @classmethod
5236 def _test_level(cls, conn):
5237 logger = multiprocessing.get_logger()
5238 conn.send(logger.getEffectiveLevel())
5239
5240 @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
5241 def test_level(self):

Callers

nothing calls this directly

Calls 3

get_loggerMethod · 0.80
sendMethod · 0.45
getEffectiveLevelMethod · 0.45

Tested by

no test coverage detected