chemparseplot.parse.grammar._deps#
Lazy loading for optional parsimonious (grammar track).
Added in version 1.9.9.
Module Contents#
Functions#
Return True if |
|
Return |
|
Return |
|
Clear cached parsimonious import state (tests only). |
Data#
API#
- chemparseplot.parse.grammar._deps._INSTALL_HINT#
“parsimonious is not installed. Install with: pip install ‘chemparseplot[grammar]’ for grammar/AST te…”
- chemparseplot.parse.grammar._deps.grammar_available() bool[source]#
Return True if
parsimoniouscan be imported.
- chemparseplot.parse.grammar._deps.get_grammar_class() Any[source]#
Return
parsimonious.grammar.Grammar, importing lazily.