Esempio n. 1
0
 def helper(string):
     chars = CharIterator(string)
     return parse_number(chars), ''.join(chars)
Esempio n. 2
0
 def helper(string):
     chars = CharIterator(string)
     return parse_number(chars), ''.join(chars)