Home
last modified time | relevance | path

Searched refs:FixLast (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib2to3/tests/data/fixers/myfixes/
Dfix_last.py3 class FixLast(BaseFix): class
/external/python/cpython3/Lib/lib2to3/tests/data/fixers/myfixes/
Dfix_last.py3 class FixLast(BaseFix): class
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py141 from myfixes.fix_last import FixLast
149 self.check_instances(post, [FixFirst, FixParrot, FixLast])
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py135 from myfixes.fix_last import FixLast
143 self.check_instances(post, [FixFirst, FixParrot, FixLast])