Searched refs:fill_with (Results 1 – 1 of 1) sorted by relevance
560 def do_slice(value, slices, fill_with=None): argument591 if fill_with is not None and slice_number >= slices_with_extra:592 tmp.append(fill_with)596 def do_batch(value, linecount, fill_with=None): argument623 if fill_with is not None and len(tmp) < linecount:624 tmp += [fill_with] * (linecount - len(tmp))