Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ log
Method
log
tools/python-3.11.9-amd64/Lib/distutils/log.py:39–40 ·
view source on GitHub ↗
(self, level, msg, *args)
Source
from the content-addressed store, hash-verified
37
stream.flush()
38
39
def
log(self, level, msg, *args):
40
self._log(level, msg, args)
41
42
def
debug(self, msg, *args):
43
self._log(DEBUG, msg, args)
Callers
7
announce
Method · 0.45
_ensure_list
Function · 0.45
announce
Method · 0.45
sub_debug
Function · 0.45
debug
Function · 0.45
info
Function · 0.45
sub_warning
Function · 0.45
Calls
1
_log
Method · 0.95
Tested by
no test coverage detected