Searched refs:pushContext (Results 1 – 2 of 2) sorted by relevance
132 static pybind11::object pushContext(PyMlirContext &context);
517 return PyThreadContextEntry::pushContext(*this); in contextEnter()660 py::object PyThreadContextEntry::pushContext(PyMlirContext &context) { in pushContext() function in PyThreadContextEntry