Home
last modified time | relevance | path

Searched refs:start_index (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dargparse.py1797 def consume_optional(start_index): argument
1800 option_tuple = option_string_indices[start_index]
1811 extras.append(arg_strings[start_index])
1812 return start_index + 1
1839 stop = start_index + 1
1854 start = start_index + 1
1874 def consume_positionals(start_index): argument
1877 selected_pattern = arg_strings_pattern[start_index:]
1883 args = arg_strings[start_index: start_index + arg_count]
1884 start_index += arg_count
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dargparse.py1810 def consume_optional(start_index): argument
1813 option_tuple = option_string_indices[start_index]
1824 extras.append(arg_strings[start_index])
1825 return start_index + 1
1852 stop = start_index + 1
1867 start = start_index + 1
1887 def consume_positionals(start_index): argument
1890 selected_pattern = arg_strings_pattern[start_index:]
1896 args = arg_strings[start_index: start_index + arg_count]
1897 start_index += arg_count
[all …]