Horizon
|
Public Member Functions | |
__init__ (self, **kwds) | |
fin (self, node) | |
![]() | |
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) | |
pop (self, new, name) | |
flatten (self, new) | |
merge (self, orig, new) | |
Additional Inherited Members | |
![]() | |
needs_text | |
merge | |
key | |
![]() | |
key | |
flat_key | |
data_name | |
default | |
initvalue | |
pyparser | |
list_merge | |
asList | |
asDict | |
children | |
parent | |
globals | |
required | |
See http://www.vhdl.org/pub/ibis/birds/bird142.txt
pybis.Test_Data.__init__ | ( | self, | |
** | key | ||
) |
If a Section is labeled, the data is an OrderedDict of objects indexed by sectionText.
Reimplemented from pybis.Section.
pybis.Test_Data.fin | ( | self, | |
node | |||
) |
Add a node to the parent.
Reimplemented from pybis.Parse.