probly.utils.errors

All errors and warnings used in the probly package.

Functions

raise_deprecation_warning(message, ...)

Raise a deprecation warning with the given details.

probly.utils.errors.raise_deprecation_warning(message, deprecated_in, removed_in)[source]

Raise a deprecation warning with the given details.

Parameters:
  • message (str)

  • deprecated_in (str)

  • removed_in (str)

Return type:

None