Example #1
0
 def helper(string):
     chars = CharIterator(string)
     return parse_class_selector(chars), ''.join(chars)
Example #2
0
 def helper(string):
     chars = CharIterator(string)
     return parse_class_selector(chars), ''.join(chars)