Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ errprint
Function
errprint
tools/python-3.11.9-amd64/Tools/scripts/cleanfuture.py:50–55 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
48
verbose = 0
49
50
def
errprint(*args):
51
strings = map(str, args)
52
msg =
' '
.join(strings)
53
if
msg[-1:] !=
'\n'
:
54
msg +=
'\n'
55
sys.stderr.write(msg)
56
57
def
main():
58
import
getopt
Callers
3
main
Function · 0.70
check
Function · 0.70
run
Method · 0.70
Calls
3
map
Function · 0.50
join
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected