MCPcopy Create free account
hub / github.com/pybind/pybind11 / iter

Method iter

include/pybind11/stl_bind.h:693–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691 explicit ItemsViewImpl(Map &map) : map(map) {}
692 size_t len() override { return map.size(); }
693 iterator iter() override { return make_iterator(map.begin(), map.end()); }
694 Map ↦
695};
696

Callers

nothing calls this directly

Calls 3

make_iteratorFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected