MCPcopy Index your code
hub / github.com/RustPython/RustPython / _test_level

Method _test_level

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

Source from the content-addressed store, hash-verified

4932
4933 @classmethod
4934 def _test_level(cls, conn):
4935 logger = multiprocessing.get_logger()
4936 conn.send(logger.getEffectiveLevel())
4937
4938 def test_level(self):
4939 LEVEL1 = 32

Callers

nothing calls this directly

Calls 3

get_loggerMethod · 0.80
sendMethod · 0.45
getEffectiveLevelMethod · 0.45

Tested by

no test coverage detected