Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ warn
Method
warn
tools/python-3.11.9-amd64/Lib/distutils/log.py:48–49 ·
view source on GitHub ↗
(self, msg, *args)
Source
from the content-addressed store, hash-verified
46
self._log(INFO, msg, args)
47
48
def
warn(self, msg, *args):
49
self._log(WARN, msg, args)
50
51
def
error(self, msg, *args):
52
self._log(ERROR, msg, args)
Callers
15
__init__
Method · 0.45
visit_Constant
Method · 0.45
fallback_getpass
Function · 0.45
__getattr__
Function · 0.45
format
Function · 0.45
resetlocale
Function · 0.45
getpreferredencoding
Function · 0.45
_as_int
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
_name
Method · 0.45
Calls
1
_log
Method · 0.95
Tested by
7
raise_wrong_message
Method · 0.36
_runtime_warn
Method · 0.36
testAssertWarnsContext
Method · 0.36
warnfun
Function · 0.36
test_deprecation
Method · 0.36
test_import
Method · 0.36
test_warning
Method · 0.36