MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / errprint

Function errprint

tools/python-3.11.9-amd64/Lib/tabnanny.py:32–37  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

30filename_only = 0
31
32def errprint(*args):
33 sep = ""
34 for arg in args:
35 sys.stderr.write(sep + str(arg))
36 sep = " "
37 sys.stderr.write("\n")
38
39def main():
40 import getopt

Callers 2

mainFunction · 0.70
checkFunction · 0.70

Calls 2

strFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected