Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
unparsedstring Join and return self.unparsed as a string. |
|
Reads config files in Pseudo-Python-Syntax. >>> p = Parser() >>> p.parse("a = 1") {'a': 1} >>> p = Parser() >>> p.parse("b = [1,2,3,'a']") {'b': [1, 2, 3, u'a']} >>> p = Parser() >>> p.parse('''c = [ { 'a': 1, ... 'b': "c", ... 'd': [1, 2, 3, None, False, True, "e"]}] ... ''') {'c': [{u'a': 1, u'b': u'c', u'd': [1, 2, 3, None, False, True, u'e']}]} |
|
unparsedstringJoin and return self.unparsed as a string.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed May 27 18:05:41 2015 | http://epydoc.sourceforge.net |