MCPcopy Create free account
hub / github.com/PyTables/PyTables / exit_with_error

Function exit_with_error

setup.py:39–41  ·  view source on GitHub ↗
(head, body="")

Source from the content-addressed store, hash-verified

37
38
39def exit_with_error(head, body=""):
40 _print_admonition("error", head, body)
41 sys.exit(1)
42
43
44def print_warning(head, body=""):

Callers 4

get_hdf5_versionFunction · 0.85
get_blosc_versionFunction · 0.85
get_blosc2_versionFunction · 0.85
setup.pyFile · 0.85

Calls 1

_print_admonitionFunction · 0.85

Tested by

no test coverage detected