HomeSort by relevance Sort by last modified time
    Searched full:get_refactorer (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_all_fixers.py 19 self.refactor = support.get_refactorer()
support.py 33 def get_refactorer(fixer_pkg="lib2to3", fixers=None, options=None): function
test_fixers.py 21 self.refactor = support.get_refactorer(fixer_pkg, fix_list, options)
59 r = support.get_refactorer("lib2to3", fixes)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_all_fixers.py 19 self.refactor = support.get_refactorer()
support.py 33 def get_refactorer(fixer_pkg="lib2to3", fixers=None, options=None): function
test_fixers.py 21 self.refactor = support.get_refactorer(fixer_pkg, fix_list, options)
59 r = support.get_refactorer("lib2to3", fixes)
    [all...]

Completed in 284 milliseconds