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

Method end

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

Source from the content-addressed store, hash-verified

2593}
2594template <typename D>
2595iterator object_api<D>::end() const {
2596 return iterator::sentinel();
2597}
2598template <typename D>
2599item_accessor object_api<D>::operator[](handle key) const {
2600 return {derived(), reinterpret_borrow<object>(key)};

Callers 15

all_type_info_get_cacheFunction · 0.45
get_type_overrideFunction · 0.45
vector_if_equal_operatorFunction · 0.45
vector_modifiersFunction · 0.45
vector_accessorFunction · 0.45
map_assignmentFunction · 0.45
iterMethod · 0.45
containsMethod · 0.45
iterMethod · 0.45
iterMethod · 0.45
bind_mapFunction · 0.45
get_type_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected