Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
def
exit_with_error(head, body=
""
):
40
_print_admonition(
"error"
, head, body)
41
sys.exit(1)
42
43
44
def
print_warning(head, body=
""
):
Callers
4
get_hdf5_version
Function · 0.85
get_blosc_version
Function · 0.85
get_blosc2_version
Function · 0.85
setup.py
File · 0.85
Calls
1
_print_admonition
Function · 0.85
Tested by
no test coverage detected