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

Function errprint

tools/python-3.11.9-amd64/Tools/scripts/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