Lines Matching refs:PyOpAttributeMap
2127 class PyOpAttributeMap { class
2129 PyOpAttributeMap(PyOperationRef operation) in PyOpAttributeMap() function in __anon7f4419ab0511::PyOpAttributeMap
2178 py::class_<PyOpAttributeMap>(m, "OpAttributeMap", py::module_local()) in bind()
2179 .def("__contains__", &PyOpAttributeMap::dunderContains) in bind()
2180 .def("__len__", &PyOpAttributeMap::dunderLen) in bind()
2181 .def("__getitem__", &PyOpAttributeMap::dunderGetItemNamed) in bind()
2182 .def("__getitem__", &PyOpAttributeMap::dunderGetItemIndexed) in bind()
2183 .def("__setitem__", &PyOpAttributeMap::dunderSetItem) in bind()
2184 .def("__delitem__", &PyOpAttributeMap::dunderDelItem); in bind()
2563 return PyOpAttributeMap( in populateIRCore()
3190 PyOpAttributeMap::bind(m); in populateIRCore()