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

Function error

Tools/ssl/make_ssl_data.py:92–95  ·  view source on GitHub ↗
(format_string, *format_args, **kwargs)

Source from the content-addressed store, hash-verified

90
91
92def error(format_string, *format_args, **kwargs):
93 # do not use parser.error() to avoid printing short help
94 logger.error(format_string, *format_args, **kwargs)
95 raise SystemExit(1)
96
97
98def _file_search(fname, pat):

Callers 1

mainFunction · 0.70

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…