aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/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
span> subdir in $(SUBDIRS-y); do \ $(MAKE) -C $$subdir all; \ done .PHONY: install install: @set -e; for subdir in $(SUBDIRS-y); do \ $(MAKE) -C $$subdir install; \ done .PHONY: clean clean: rm -rf *.a *.so *.o *.rpm $(LIB) *~ $(DEPS) TAGS @set -e; for subdir in $(SUBDIRS-y); do \ $(MAKE) -C $$subdir clean; \ done