Searched refs:split_list (Results 1 – 5 of 5) sorted by relevance
2 include(split_list)20 split_list(ASM_TEST_FLAGS)
162 def split_list(category_list): function193 letter_tables = split_list(list(group_ranges(letters)))194 non_letter_tables = split_list(list(group_ranges(non_letters)))195 separator_tables = split_list(list(group_ranges(separators)))
1 macro(split_list listname) macro
40 syn keyword gnFunctions split_list string_join string_split template tool
61 * [split_list: Splits a list into N different sub-lists.](#func_split_list)3121 ### <a name="func_split_list"></a>**split_list**: Splits a list into N different sub-lists.3124 result = split_list(input, n)3139 print(split_list(mylist, 3))