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/Lib/tabnanny.py:32–37 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
30
filename_only = 0
31
32
def
errprint(*args):
33
sep =
""
34
for
arg in args:
35
sys.stderr.write(sep + str(arg))
36
sep =
" "
37
sys.stderr.write(
"\n"
)
38
39
def
main():
40
import
getopt
Callers
2
main
Function · 0.70
check
Function · 0.70
Calls
2
str
Function · 0.85
write
Method · 0.45
Tested by
no test coverage detected