| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.meta.MetaMixin --+
|
CoreArgs
A container for core arguments.
There's inputTD, which reference the renderer-adapted input table, and args, the ContextGrammar processed input. For kicks, we also have rawArgs, which is the contextGrammar's input (if you find you're using it, tell us; that's pointing to a problem on our side).
getParam(name) -> value and getParamDict() -> dict methods are present for backward compatibility.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Methods | |||
|
|||
| Properties | |
|
Inherited from |
| Method Details |
is a constructor for standalone use. You do *not* want to call this when mixing into a Structure.
|
returns a CoreArgs instance built from an inputDD and ContextGrammar-parseable rawArgs. contextGrammar can be overridden, e.g., to cache or to add extra, non-core keys. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |