Searched refs:PyRegionList (Results 1 – 1 of 1) sorted by relevance
225 class PyRegionList { class227 PyRegionList(PyOperationRef operation) : operation(std::move(operation)) {} in PyRegionList() function in __anon7f4419ab0111::PyRegionList245 py::class_<PyRegionList>(m, "RegionSequence", py::module_local()) in bind()246 .def("__len__", &PyRegionList::dunderLen) in bind()247 .def("__getitem__", &PyRegionList::dunderGetItem); in bind()2573 return PyRegionList( in populateIRCore()3194 PyRegionList::bind(m); in populateIRCore()