Home
last modified time | relevance | path

Searched defs:explicit (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/
Dfix_explicit.py4 explicit = True variable in FixExplicit
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_buffer.py14 explicit = True # The user must ask for this fixer variable in FixBuffer
Dfix_set_literal.py15 explicit = True variable in FixSetLiteral
Dfix_ws_comma.py14 explicit = True # The user must ask for this fixers variable in FixWsComma
Dfix_idioms.py38 explicit = True # The user must ask for this fixer variable in FixIdioms
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dmain.py31 def __init__(self, fixers, options, explicit, nobackups, show_diffs): argument
Dfixer_base.py34 explicit = False # Is this ignored by refactor.py -f all? variable in BaseFix
Drefactor.py181 def __init__(self, fixer_names, options=None, explicit=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_refactor.py47 def rt(self, options=None, fixers=_DEFAULT_FIXERS, explicit=None): argument