Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dmetadata_helpers_test.py110 for (x, y) in enumerate_with_last(empty_list):
114 for (x, last) in enumerate_with_last(single_value):
119 lst = list(enumerate_with_last(multiple_values))
Dmetadata_helpers.py664 def enumerate_with_last(iterable): function
1473 for (split_string, last) in enumerate_with_last(split_by_wbr_list):