MCPcopy 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

26filename_only = 0
27
28def 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
36def main():
37 import getopt

Callers 2

mainFunction · 0.70
checkFunction · 0.70

Calls 3

strFunction · 0.85
writeMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…