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

Method end

include/pybind11/pytypes.h:2217–2217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2215 bool empty() const { return size() == 0; }
2216 detail::dict_iterator begin() const { return {*this, 0}; }
2217 detail::dict_iterator end() const { return {}; }
2218 void clear() /* py-non-const */ { PyDict_Clear(ptr()); }
2219 template <typename T>
2220 bool contains(T &&key) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected