Snipe CLI Documentation¶
split_chunks(lst, n)
¶
Splits the list lst
into n
nearly equal chunks. If n is zero or greater than the list length, returns the entire list as one chunk.
split_chunks(lst, n)
¶Splits the list lst
into n
nearly equal chunks. If n is zero or greater than the list length, returns the entire list as one chunk.
src/snipe/cli/cli_qc.py