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

Method begin

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

Source from the content-addressed store, hash-verified

2589PYBIND11_NAMESPACE_BEGIN(detail)
2590template <typename D>
2591iterator object_api<D>::begin() const {
2592 return iter(derived());
2593}
2594template <typename D>
2595iterator object_api<D>::end() const {
2596 return iterator::sentinel();

Callers 15

loadMethod · 0.45
all_type_info_get_cacheFunction · 0.45
vector_if_equal_operatorFunction · 0.45
vector_modifiersFunction · 0.45
vector_accessorFunction · 0.45
bind_vectorFunction · 0.45
iterMethod · 0.45
iterMethod · 0.45
iterMethod · 0.45
bind_mapFunction · 0.45
sizeMethod · 0.45
strip_paddingMethod · 0.45

Calls 2

iterFunction · 0.85
derivedClass · 0.85

Tested by

no test coverage detected