samedi 12 février 2022

is there pybind11 method that has similar properties of PyString_AsString

I am trying to convert the c++ project from boost to pybind11

QString r = QString(PyString_AsString(result));"

QString r = QString(py::str(result));

Aucun commentaire:

Enregistrer un commentaire