Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.autonode.AutoNode --+ | common.ASTNode --+ | STCSpec
is an STC specification, i.e., the root of an STC tree.
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Methods | |
Inherited from |
Class Variables | |
Inherited from |
Properties | |
sys | |
Inherited from |
Method Details |
does global fixups when parsing is finished. This method has to be called after the element is complete. The standard parsers do this. For convenience, it returns the instance itself. |
returns self with any compound present brought to a binary tree. This will return self if nothing needs to change. |
returns self with any compound present brought to a binary tree. This will return self if nothing needs to change. |
removes all unit specifications from this AST. This is intended for non-standalone STC, e.g., in VOTables, where external unit specifications are present. Removing the units prevents "bleeding out" of conflicting in-STC specifications (that mostly enter through defaulting). This ignores the immutability of nodes and is in general a major pain. |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Property Details |
sys
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |