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

Function fail

tools/python-3.11.9-amd64/Tools/scripts/ndiff.py:53–57  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

51import difflib, sys
52
53def fail(msg):
54 out = sys.stderr.write
55 out(msg + "\n\n")
56 out(__doc__)
57 return 0
58
59# open a file & return the file object; gripe and return 0 if it
60# couldn't be opened

Callers 2

fopenFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected