Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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
286 fixer = "intern" variable in Test_intern
335 fixer = "reduce" variable in Test_reduce
370 fixer = "print" variable in Test_print
476 fixer = "exec" variable in Test_exec
527 fixer = "repr" variable in Test_repr
565 fixer = "except" variable in Test_except
840 fixer = "raise" variable in Test_raise
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dbtm_matcher.py37 def add_fixer(self, fixer): argument