MLIR 22.0.0git
mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyArrayAttribute::PyArrayAttributeIterator Class Reference

#include "mlir/Bindings/Python/IRAttributes.h"

Public Member Functions

 PyArrayAttributeIterator (PyAttribute attr)
PyArrayAttributeIteratordunderIter ()
nanobind::typed< nanobind::object, PyAttributedunderNext ()

Static Public Member Functions

static void bind (nanobind::module_ &m)

Detailed Description

Definition at line 298 of file IRAttributes.h.

Constructor & Destructor Documentation

◆ PyArrayAttributeIterator()

mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyArrayAttribute::PyArrayAttributeIterator::PyArrayAttributeIterator ( PyAttribute attr)
inline

Definition at line 300 of file IRAttributes.h.

Referenced by dunderIter().

Member Function Documentation

◆ bind()

void mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyArrayAttribute::PyArrayAttributeIterator::bind ( nanobind::module_ & m)
static

◆ dunderIter()

PyArrayAttributeIterator & mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyArrayAttribute::PyArrayAttributeIterator::dunderIter ( )
inline

Definition at line 302 of file IRAttributes.h.

References PyArrayAttributeIterator().

Referenced by bind().

◆ dunderNext()

nb::typed< nb::object, PyAttribute > mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyArrayAttribute::PyArrayAttributeIterator::dunderNext ( )

The documentation for this class was generated from the following files: