alogos.warnings
¶
All custom warnings used in the package.
Functions¶
|
Turn on all warnings of this package. |
|
Turn off all warnings of this package. |
Detailed object descriptions¶
- alogos.warnings.turn_on()[source]¶
Turn on all warnings of this package.
Notes
This package uses Python’s warnings module. This means that functions like warnings.filterwarnings will have effect on the warnings issued by this package.
- alogos.warnings.turn_off()[source]¶
Turn off all warnings of this package.
Notes
This package uses Python’s warnings module. This means that functions like warnings.filterwarnings will have effect on the warnings issued by this package.
- exception alogos.warnings.GrammarWarning[source]¶
Bases:
Warning
Issued when a grammar is ill-formed but still usable.
Examples
The same production rule appears more than once.