Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dlint.py179 for batch in split_list(syms, 200):
190 def split_list(lst, batch_size): function