Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ errprint
Function
errprint
Tools/patchcheck/reindent.py:65–67 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
63
64
65
def
errprint(*args):
66
sys.stderr.write(
" "
.join(str(arg)
for
arg in args))
67
sys.stderr.write(
"\n"
)
68
69
def
main():
70
import
getopt
Callers
1
check
Function · 0.70
Calls
3
str
Function · 0.85
write
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…