Home
last modified time | relevance | path

Searched defs:fixer (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib2to3/tests/
Dtest_fixers.py72 fixer = "ne" variable in Test_ne
99 fixer = "has_key" variable in Test_has_key
157 fixer = "apply" variable in Test_apply
290 fixer = "intern" variable in Test_intern
339 fixer = "reduce" variable in Test_reduce
374 fixer = "print" variable in Test_print
480 fixer = "exec" variable in Test_exec
531 fixer = "repr" variable in Test_repr
569 fixer = "except" variable in Test_except
844 fixer = "raise" variable in Test_raise
[all …]
/external/python/cpython2/Lib/lib2to3/
Dbtm_matcher.py37 def add_fixer(self, fixer): argument