v01
This commit is contained in:
13
thirdparty/Pangolin/external/pybind11/docs/advanced/pycpp/index.rst
vendored
Normal file
13
thirdparty/Pangolin/external/pybind11/docs/advanced/pycpp/index.rst
vendored
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user