Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ debug
Function
debug
Lib/multiprocessing/util.py:49–51 ·
view source on GitHub ↗
(msg, *args)
Source
from the content-addressed store, hash-verified
47
_logger.log(SUBDEBUG, msg, *args, stacklevel=2)
48
49
def
debug(msg, *args):
50
if
_logger:
51
_logger.log(DEBUG, msg, *args, stacklevel=2)
52
53
def
info(msg, *args):
54
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