HomeSort by relevance Sort by last modified time
    Searched refs:remove_comma (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 41 remove_comma = True
43 if remove_comma and child.type == token.COMMA:
46 remove_comma ^= True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 41 remove_comma = True
43 if remove_comma and child.type == token.COMMA:
46 remove_comma ^= True

Completed in 105 milliseconds