github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/pybind11/docs/advanced/pycpp/index.rst (about)

     1  Python C++ interface
     2  ####################
     3  
     4  pybind11 exposes Python types and functions using thin C++ wrappers, which
     5  makes it possible to conveniently call Python code from C++ without resorting
     6  to Python's C API.
     7  
     8  .. toctree::
     9     :maxdepth: 2
    10  
    11     object
    12     numpy
    13     utilities