Searched defs:pyObj (Results 1 – 1 of 1) sorted by relevance
621 PyObject* pyObj = PyUnicode_DecodeUTF8(s.data(), s.length(), "ignore"); in toPyObject() local703 auto pyObj = pyClass.attr("__new__")(pyClass); in toPyObject() local