7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-24 23:15:00 +00:00
kicad/thirdparty/pybind11/docs/advanced/pycpp/index.rst
2021-06-01 20:18:24 +00:00

14 lines
278 B
ReStructuredText

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