Searched refs:iterable (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/testlib/
H A Drunner.py41 def compute_aggregate_result(iterable):
51 for testitem in iterable:
H A Dhelper.py182 def __init__(self, iterable=None):
186 if iterable is not None:
187 self |= iterable
H A Dresult.py38 def _create_uid_index(iterable):
40 for item in iterable:
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h131 cl.def(init([](iterable it) {
148 [](Vector &v, iterable it) {
H A Dpytypes.h818 state of the Python iterable. This also applies to the post-increment
881 class iterable : public object { class in inherits:object
883 PYBIND11_OBJECT_DEFAULT(iterable, object, detail::PyIterable_Check)

Completed in 17 milliseconds