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

Function iter

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

Source from the content-addressed store, hash-verified

2522}
2523
2524inline iterator iter(handle obj) {
2525 PyObject *result = PyObject_GetIter(obj.ptr());
2526 if (!result) {
2527 throw error_already_set();
2528 }
2529 return reinterpret_steal<iterator>(result);
2530}
2531/// @} python_builtins
2532
2533PYBIND11_NAMESPACE_BEGIN(detail)

Callers 1

beginMethod · 0.85

Calls 1

ptrMethod · 0.80

Tested by

no test coverage detected