Back to Opencc

Python C++ interface

deps/pybind11-2.13.1/docs/advanced/pycpp/index.rst

latest277 B
Original Source

Python C++ interface ####################

pybind11 exposes Python types and functions using thin C++ wrappers, which makes it possible to conveniently call Python code from C++ without resorting to Python's C API.

.. toctree:: :maxdepth: 2

object numpy utilities