Searched refs:long_has_args (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_getopt.py | 30 has_arg, option = getopt.long_has_args('abc', ['abc=']) 34 has_arg, option = getopt.long_has_args('abc', ['abc']) 38 has_arg, option = getopt.long_has_args('abc', ['abcd']) 42 self.assertError(getopt.long_has_args, 'abc', ['def']) 43 self.assertError(getopt.long_has_args, 'abc', []) 44 self.assertError(getopt.long_has_args, 'abc', ['abcd','abcde'])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | getopt.py | 152 has_arg, opt = long_has_args(opt, longopts) 166 def long_has_args(opt, longopts): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | getopt.py | 152 has_arg, opt = long_has_args(opt, longopts) 166 def long_has_args(opt, longopts): function
|