Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ errprint
Function
errprint
Lib/tabnanny.py:30–36 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
28
filename_only = 0
29
30
def
errprint(*args):
31
sep =
""
32
for
arg in args:
33
sys.stderr.write(sep + str(arg))
34
sep =
" "
35
sys.stderr.write(
"\n"
)
36
sys.exit(1)
37
38
def
main():
39
import
getopt
Callers
2
main
Function · 0.85
check
Function · 0.85
Calls
3
str
Function · 0.85
write
Method · 0.45
exit
Method · 0.45
Tested by
no test coverage detected