Searched refs:iterable (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/ |
H A D | field_values_filter.py | 9 def field_values(iterable, field): argument 17 for item in iterable:
|
H A D | objects_to_dictionaries_filter.py | 9 def objects_to_dictionaries(iterable, fields): argument 30 for item in iterable:
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | progressbar.py | 139 def __call__(self, iterable): argument 143 self.maxval = len(iterable) 148 self.__iterable = iter(iterable)
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | git-make-shallow | 108 def iter_extend(iterable, length, obj=None): argument 110 return itertools.islice(itertools.chain(iterable, itertools.repeat(obj)), length)
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | useradd-staticids.bbclass | 15 def list_extend(iterable, length, obj = None): 16 """Ensure that iterable is the specified length by extending with obj 18 return list(itertools.islice(itertools.chain(iterable, itertools.repeat(obj)), length))
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_iterators.rst | 255 subset of iterable kernel objects, such as only iterating tasks within a
|