Home | Trees | Indices | Help |
|
---|
|
object --+ | base.structure.StructureBase --+ | object --+ | | | base.common.Parser --+ | base.structure.ParseableStructure --+ | base.structure.Structure --+ | MapKeys
Mapping of names, specified in long or short forms.
mapKeys is necessary in grammars like keyValueGrammar or fitsProdGrammar. In these, the source files themselves give key names. Within the GAVO DC, keys are required to be valid python identifiers (i.e., match ``[A-Za-z\_][A-Za-z\_0-9]*``). If keys coming in do not have this form, mapping can force proper names.
mapKeys could also be used to make incoming names more suitable for matching with shell patterns (like in rowmaker idmaps).
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Methods | |
Inherited from |
Class Variables | |
name_ =
a sentinel for all kinds of undefined values. |
|
attrSeq =
|
|
managedAttrs =
|
|
Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
|
Class Variable Details |
attrSeq
|
managedAttrs
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |