summaryrefslogtreecommitdiff
path: root/ext/pybind11/docs/advanced/pycpp/index.rst
blob: 6885bdcff1b56bbab5605873ccb1e0676864bb03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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