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

Function errprint

tools/python-3.11.9-amd64/Tools/scripts/cleanfuture.py:50–55  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

48verbose = 0
49
50def errprint(*args):
51 strings = map(str, args)
52 msg = ' '.join(strings)
53 if msg[-1:] != '\n':
54 msg += '\n'
55 sys.stderr.write(msg)
56
57def main():
58 import getopt

Callers 3

mainFunction · 0.70
checkFunction · 0.70
runMethod · 0.70

Calls 3

mapFunction · 0.50
joinMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected