1
0
mirror of https://github.com/pybind/pybind11.git synced 2025-03-02 06:42:45 +00:00
pybind11/docs/advanced/pycpp/index.rst

14 lines
278 B
ReStructuredText
Raw Normal View History

2016-10-16 17:12:43 +00:00
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