Home | Trees | Indices | Help |
|
---|
|
Trees of ADQL expressions and operations on them.
Functions | |||
|
|||
|
Variables | |
__package__ =
|
Function Details |
registers a node class or a symbolAction from a module other than node. This is a bit of magic -- some module can call this to register a node class that is then bound to some parse action as if it were in nodes. I'd expect this to be messy in the presence of chaotic imports (when classes are not necessarily singletons and a single module can be imported more than once. For now, I ignore this potential bomb. |
returns a pyparsing symbol that can parse ADQL expressions into simple trees of ADQLNodes. This symbol is shared, so don't change anything on it. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |