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/ |
D | fix_explicit.py | 4 explicit = True variable in FixExplicit
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_buffer.py | 14 explicit = True # The user must ask for this fixer variable in FixBuffer
|
D | fix_set_literal.py | 15 explicit = True variable in FixSetLiteral
|
D | fix_ws_comma.py | 14 explicit = True # The user must ask for this fixers variable in FixWsComma
|
D | fix_idioms.py | 38 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/ |
D | main.py | 31 def __init__(self, fixers, options, explicit, nobackups, show_diffs): argument
|
D | fixer_base.py | 34 explicit = False # Is this ignored by refactor.py -f all? variable in BaseFix
|
D | refactor.py | 181 def __init__(self, fixer_names, options=None, explicit=None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
D | test_refactor.py | 47 def rt(self, options=None, fixers=_DEFAULT_FIXERS, explicit=None): argument
|