Home
last modified time | relevance | path

Searched refs:conflict_handler (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dargparse.py1186 conflict_handler): argument
1192 self.conflict_handler = conflict_handler
1363 conflict_handler=group.conflict_handler)
1441 handler_func_name = '_handle_conflict_%s' % self.conflict_handler
1446 raise ValueError(msg % self.conflict_handler)
1459 conflict_handler = self._get_handler()
1460 conflict_handler(action, confl_optionals)
1489 update('conflict_handler', container.conflict_handler)
1567 conflict_handler='error', argument
1582 conflict_handler=conflict_handler)
Doptparse.py933 def __init__(self, option_class, conflict_handler, description): argument
941 self.set_conflict_handler(conflict_handler)
963 self.conflict_handler = handler
991 handler = self.conflict_handler
1094 self, parser.option_class, parser.conflict_handler, description)
1196 conflict_handler="error", argument
1203 self, option_class, conflict_handler, description)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dargparse.py1173 conflict_handler): argument
1179 self.conflict_handler = conflict_handler
1350 conflict_handler=group.conflict_handler)
1428 handler_func_name = '_handle_conflict_%s' % self.conflict_handler
1433 raise ValueError(msg % self.conflict_handler)
1446 conflict_handler = self._get_handler()
1447 conflict_handler(action, confl_optionals)
1476 update('conflict_handler', container.conflict_handler)
1554 conflict_handler='error', argument
1569 conflict_handler=conflict_handler)
Doptparse.py932 def __init__(self, option_class, conflict_handler, description): argument
940 self.set_conflict_handler(conflict_handler)
962 self.conflict_handler = handler
990 handler = self.conflict_handler
1093 self, parser.option_class, parser.conflict_handler, description)
1195 conflict_handler="error", argument
1202 self, option_class, conflict_handler, description)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
DRsa2048Sha256GenerateKeys.py45 …rog__, version=__version__, usage=__usage__, description=__copyright__, conflict_handler='resolve')
DRsa2048Sha256Sign.py64 …rog__, version=__version__, usage=__usage__, description=__copyright__, conflict_handler='resolve')
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DBinToPcd.py65 conflict_handler = 'resolve')
DUpdateBuildVersions.py50 conflict_handler='resolve')
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/
DPkcs7Sign.py78 …rog__, version=__version__, usage=__usage__, description=__copyright__, conflict_handler='resolve')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_argparse.py4156 conflict_handler='foo')
4169 parser = get_parser(prog='PROG', conflict_handler='resolve')