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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_preorder.py 3 class FixPreorder(BaseFix):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_preorder.py 3 class FixPreorder(BaseFix):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 142 from myfixes.fix_preorder import FixPreorder
147 self.check_instances(pre, [FixPreorder])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 142 from myfixes.fix_preorder import FixPreorder
147 self.check_instances(pre, [FixPreorder])

Completed in 210 milliseconds