Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _warn
Function
_warn
Lib/multiprocessing/util.py:57–59 ·
view source on GitHub ↗
(msg, *args)
Source
from the content-addressed store, hash-verified
55
_logger.log(INFO, msg, *args, stacklevel=2)
56
57
def
_warn(msg, *args):
58
if
_logger:
59
_logger.log(WARNING, msg, *args, stacklevel=2)
60
61
def
sub_warning(msg, *args):
62
if
_logger:
Callers
11
_get_base_temp_dir
Function · 0.70
__del__
Method · 0.70
__del__
Method · 0.50
__del__
Method · 0.50
__del__
Method · 0.50
__del__
Method · 0.50
__del__
Method · 0.50
__del__
Method · 0.50
__del__
Method · 0.50
__del__
Method · 0.50
__getitem__
Method · 0.50
Calls
1
log
Method · 0.45
Tested by
no test coverage detected