Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ debug
Function
debug
tools/python-3.11.9-amd64/Lib/multiprocessing/util.py:48–50 ·
view source on GitHub ↗
(msg, *args)
Source
from the content-addressed store, hash-verified
46
_logger.log(SUBDEBUG, msg, *args, stacklevel=2)
47
48
def
debug(msg, *args):
49
if
_logger:
50
_logger.log(DEBUG, msg, *args, stacklevel=2)
51
52
def
info(msg, *args):
53
if
_logger:
Callers
8
_after_fork
Method · 0.70
join_thread
Method · 0.70
cancel_join_thread
Method · 0.70
_start_thread
Method · 0.70
_finalize_join
Method · 0.70
_finalize_close
Method · 0.70
_feed
Method · 0.70
_exit_function
Function · 0.70
Calls
1
log
Method · 0.45
Tested by
no test coverage detected