Searched refs:conflict_handler (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | argparse.py | 1186 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)
|
D | optparse.py | 933 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/ |
D | argparse.py | 1173 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)
|
D | optparse.py | 932 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/ |
D | Rsa2048Sha256GenerateKeys.py | 45 …rog__, version=__version__, usage=__usage__, description=__copyright__, conflict_handler='resolve')
|
D | Rsa2048Sha256Sign.py | 64 …rog__, version=__version__, usage=__usage__, description=__copyright__, conflict_handler='resolve')
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
D | BinToPcd.py | 65 conflict_handler = 'resolve')
|
D | UpdateBuildVersions.py | 50 conflict_handler='resolve')
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/ |
D | Pkcs7Sign.py | 78 …rog__, version=__version__, usage=__usage__, description=__copyright__, conflict_handler='resolve')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_argparse.py | 4156 conflict_handler='foo') 4169 parser = get_parser(prog='PROG', conflict_handler='resolve')
|