MCPcopy Create free account
hub / github.com/aguinet/dragonffi / CArrayObjPyIterator

Method CArrayObjPyIterator

bindings/python/pydffi.cpp:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404
405struct CArrayObjPyIterator {
406 CArrayObjPyIterator(CArrayObj& Obj, py::object Ref):
407 Obj_(Obj),
408 Ref_(Ref)
409 { }
410
411 py::object next() {
412 if (Index_ == Obj_.getNumElements())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected