https://github.com/pybind/pybind11
History
Tip revision: f70c493be5b3d8763ecbeb0389d8fee4633065f2 authored by Ralf W. Grosse-Kunstleve on 29 January 2021, 21:27:29 UTC
Demonstrating that py::cast<std::unique_ptr<Foo>>(foo_py); works with py::classh (it does not build with class_).
Tip revision: f70c493
File Mode Size
.github
docs
include
pybind11
tests
tools
.appveyor.yml -rw-r--r-- 1.3 KB
.clang-format -rw-r--r-- 523 bytes
.clang-tidy -rw-r--r-- 242 bytes
.cmake-format.yaml -rw-r--r-- 2.1 KB
.gitignore -rw-r--r-- 452 bytes
.pre-commit-config.yaml -rw-r--r-- 2.4 KB
.readthedocs.yml -rw-r--r-- 62 bytes
CMakeLists.txt -rw-r--r-- 10.3 KB
LICENSE -rw-r--r-- 1.6 KB
MANIFEST.in -rw-r--r-- 256 bytes
README.rst -rw-r--r-- 7.9 KB
pyproject.toml -rw-r--r-- 118 bytes
setup.cfg -rw-r--r-- 2.1 KB
setup.py -rw-r--r-- 3.4 KB

README.rst

back to top