MCPcopy Index your code
hub / github.com/python/cpython / fatal

Function fatal

Mac/BuildScript/build-installer.py:505–512  ·  view source on GitHub ↗

A fatal error, bail out.

(msg)

Source from the content-addressed store, hash-verified

503 return result
504
505def fatal(msg):
506 """
507 A fatal error, bail out.
508 """
509 sys.stderr.write('FATAL: ')
510 sys.stderr.write(msg)
511 sys.stderr.write('\n')
512 sys.exit(1)
513
514def fileContents(fn):
515 """

Callers 4

getTclTkVersionFunction · 0.70
checkEnvironmentFunction · 0.70
verifyThirdPartyFileFunction · 0.70
buildPythonFunction · 0.70

Calls 2

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…