MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / end

Method end

extern/pybind/include/pybind11/pytypes.h:2539–2541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2537}
2538template <typename D>
2539iterator object_api<D>::end() const {
2540 return iterator::sentinel();
2541}
2542template <typename D>
2543item_accessor object_api<D>::operator[](handle key) const {
2544 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