Home
last modified time | relevance | path

Searched refs:PyTypeAttribute (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp850 class PyTypeAttribute : public PyConcreteAttribute<PyTypeAttribute> { class
861 return PyTypeAttribute(context->getRef(), attr); in bindDerived()
865 c.def_property_readonly("value", [](PyTypeAttribute &self) { in bindDerived()
906 PyTypeAttribute::bind(m); in populateIRAttributes()