API Reference

hermes_core Package

Functions

print_config()

Print current configuration options.

hermes_core.util Package

Functions

warn_deprecated(msg[, stacklevel])

Raise a HERMESDeprecationWarning.

warn_user(msg[, stacklevel])

Raise a HERMESUserWarning.

Classes

HERMESDeprecationWarning

A warning class to indicate a deprecated feature.

HERMESPendingDeprecationWarning

A warning class to indicate a soon-to-be deprecated feature.

HERMESUserWarning

The primary warning class for HERMES.

HERMESWarning

The base warning class from which all HERMES warnings should inherit.