|
| | __init__ (self, **kwds) |
| |
| | initial (self, text, comment) |
| |
|
| labeled_merge (self, orig, new) |
| |
| | can_parse (self, text) |
| |
|
| add (self, obj) |
| |
|
| __iadd__ (self, obj) |
| |
| | get_globals (self) |
| |
| | find_parser (self, text) |
| |
| | parse (self, node, text, comment) |
| |
| | pyparse (self, text) |
| |
| | fin (self, node) |
| |
| | pop (self, new, name) |
| |
| | flatten (self, new) |
| |
| | merge (self, orig, new) |
| |
|
|
| needs_text |
| |
|
| merge |
| |
|
| key |
| |
|
| key |
| |
|
| flat_key |
| |
|
| data_name |
| |
|
| default |
| |
|
| initvalue |
| |
|
| pyparser |
| |
|
| list_merge |
| |
|
| asList |
| |
|
| asDict |
| |
|
| children |
| |
|
| parent |
| |
|
| globals |
| |
|
| required |
| |
◆ __init__()
| pybis.EMI_Model.__init__ |
( |
|
self, |
|
|
** |
key |
|
) |
| |
If a Section is labeled, the data is an OrderedDict of objects
indexed by sectionText.
Reimplemented from pybis.Section.
The documentation for this class was generated from the following file: