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