PydInputRange
struct PydInputRange (
) {
PyObject* iter;
PyObject* _front;
}
- this
this(PyObject* obj)
- this
this(Borrowed!PyObject* bobj)
A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
- popFront
void popFront()
- empty
empty [@property getter]
- front
front [@property getter]
Wrap a python iterator in a D input range.