Searched refs:PyOpAttributeMap (Results 1 – 1 of 1) sorted by relevance
1355 class PyOpAttributeMap { class1357 PyOpAttributeMap(PyOperationRef operation) : operation(operation) {} in PyOpAttributeMap() function in __anon49d064020211::PyOpAttributeMap1403 py::class_<PyOpAttributeMap>(m, "OpAttributeMap") in bind()1404 .def("__contains__", &PyOpAttributeMap::dunderContains) in bind()1405 .def("__len__", &PyOpAttributeMap::dunderLen) in bind()1406 .def("__getitem__", &PyOpAttributeMap::dunderGetItemNamed) in bind()1407 .def("__getitem__", &PyOpAttributeMap::dunderGetItemIndexed) in bind()1408 .def("__setitem__", &PyOpAttributeMap::dunderSetItem) in bind()1409 .def("__delitem__", &PyOpAttributeMap::dunderDelItem); in bind()2797 return PyOpAttributeMap( in populateIRSubmodule()[all …]