Blame external/pybind11/docs/advanced/pycpp/index.rst
|
Packit |
534379 |
Python C++ interface
|
|
Packit |
534379 |
####################
|
|
Packit |
534379 |
|
|
Packit |
534379 |
pybind11 exposes Python types and functions using thin C++ wrappers, which
|
|
Packit |
534379 |
makes it possible to conveniently call Python code from C++ without resorting
|
|
Packit |
534379 |
to Python's C API.
|
|
Packit |
534379 |
|
|
Packit |
534379 |
.. toctree::
|
|
Packit |
534379 |
:maxdepth: 2
|
|
Packit |
534379 |
|
|
Packit |
534379 |
object
|
|
Packit |
534379 |
numpy
|
|
Packit |
534379 |
utilities
|