MCPcopy 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
65def errprint(*args):
66 sys.stderr.write(" ".join(str(arg) for arg in args))
67 sys.stderr.write("\n")
68
69def main():
70 import getopt

Callers 1

checkFunction · 0.70

Calls 3

strFunction · 0.85
writeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…