Lines Matching refs:parse
15 * the 'parse' method takes a string and parses it to some internal
17 'parse' raises a ValueError exception
19 if supplied, is passed to 'parse'
20 * __str__ reconstructs the string that was passed to 'parse' (or
40 self.parse(vstring)
79 # __init__ (string) - create and take same action as 'parse'
81 # parse (string) - convert a string representation to whatever
85 # (if not identical to) the string supplied to parse
134 def parse (self, vstring):
306 self.parse(vstring)
309 def parse (self, vstring):