Warnings#

exception pronto.warnings.ProntoWarning[source]#

The class for all warnings raised by pronto.

exception pronto.warnings.NotImplementedWarning[source]#

Some part of the code is yet to be implemented.

exception pronto.warnings.SyntaxWarning(*args, **kwargs)[source]#

The parsed document contains incomplete or unsound constructs.

exception pronto.warnings.UnstableWarning[source]#

The behaviour of the executed code might change in the future.