Horizon
|
Public Member Functions | |
def | can_parse (self, text) |
def | initial (self, text, comment) |
def | can_parse (self, text) |
def | initial (self, text, comment) |
![]() | |
def | __init__ (self, key, pyparser=None, default=None, initvalue=None, data_name=None, list_merge=False, asList=False, asDict=False, required=False) |
def | add (self, obj) |
def | __iadd__ (self, obj) |
def | get_globals (self) |
def | find_parser (self, text) |
def | parse (self, node, text, comment) |
def | pyparse (self, text) |
def | fin (self, node) |
def | pop (self, new, name) |
def | flatten (self, new) |
def | merge (self, orig, new) |
def | __init__ (self, key, pyparser=None, default=None, initvalue=None, data_name=None, list_merge=False, asList=False, asDict=False, required=False) |
def | add (self, obj) |
def | __iadd__ (self, obj) |
def | get_globals (self) |
def | find_parser (self, text) |
def | parse (self, node, text, comment) |
def | pyparse (self, text) |
def | fin (self, node) |
def | pop (self, new, name) |
def | flatten (self, new) |
def | merge (self, orig, new) |
Additional Inherited Members | |
![]() | |
key | |
flat_key | |
data_name | |
default | |
initvalue | |
pyparser | |
list_merge | |
asList | |
asDict | |
children | |
parent | |
globals | |
required | |
An item that starts with '[<name>] ...'
def pybis.Bracket.can_parse | ( | self, | |
text | |||
) |
True if we can parse 'text'.
Reimplemented from pybis.Parse.
def pybis.Bracket.can_parse | ( | self, | |
text | |||
) |
True if we can parse 'text'.
Reimplemented from pybis.Parse.
def pybis.Bracket.initial | ( | self, | |
text, | |||
comment | |||
) |
Parse the first line of text and return a Node object.
Reimplemented from pybis.Parse.
Reimplemented in pybis.RangeSection, pybis.TableSection, pybis.TokenizeSection, pybis.Section, pybis.Text, pybis.Keyword, pybis.End, pybis.Comment, pybis.RangeSection, pybis.TableSection, pybis.TokenizeSection, pybis.Section, pybis.Text, pybis.Keyword, pybis.End, and pybis.Comment.
def pybis.Bracket.initial | ( | self, | |
text, | |||
comment | |||
) |
Parse the first line of text and return a Node object.
Reimplemented from pybis.Parse.
Reimplemented in pybis.RangeSection, pybis.TableSection, pybis.TokenizeSection, pybis.Section, pybis.Text, pybis.Keyword, pybis.End, pybis.Comment, pybis.RangeSection, pybis.TableSection, pybis.TokenizeSection, pybis.Section, pybis.Text, pybis.Keyword, pybis.End, and pybis.Comment.