Horizon
|
Public Member Functions | |
__init__ (self, **kwds) | |
fin (self, node) | |
![]() | |
initial (self, text, comment) | |
parse (self, node, text, comment) | |
![]() | |
labeled_merge (self, orig, new) | |
![]() | |
can_parse (self, text) | |
![]() | |
add (self, obj) | |
__iadd__ (self, obj) | |
get_globals (self) | |
find_parser (self, text) | |
pyparse (self, text) | |
pop (self, new, name) | |
flatten (self, new) | |
merge (self, orig, new) | |
Public Attributes | |
stub_parser | |
plain_parser | |
pyparser | |
![]() | |
needs_text | |
merge | |
key | |
![]() | |
key | |
flat_key | |
data_name | |
default | |
initvalue | |
pyparser | |
list_merge | |
asList | |
asDict | |
children | |
parent | |
globals | |
required | |
The parse engine needs to changed based on whether or not there is a 'Number Of Sections' keyword, otherwise the grammar is ambiguous.
pybis.Pin_Numbers.__init__ | ( | self, | |
** | key | ||
) |
If a Section is labeled, the data is an OrderedDict of objects indexed by sectionText.
Reimplemented from pybis.TokenizeSection.
pybis.Pin_Numbers.fin | ( | self, | |
node | |||
) |
Add a node to the parent.
Reimplemented from pybis.TokenizeSection.