pybind11/docs/advanced
Ralf W. Grosse-Kunstleve c8ce4b8df8
Clone of @virtuald's PR #2112 with minor enhancements. (#3215)
* Add py::raise_from to enable chaining exceptions on Python 3.3+

* Use 'raise from' in initialization

* Documenting the exact base version of _PyErr_FormatVFromCause, adding back `assert`s.

Co-authored-by: Dustin Spicuzza <dustin@virtualroadside.com>
2021-08-23 17:30:01 -07:00
..
cast Add a std::filesystem::path <-> os.PathLike caster. (#2730) 2021-07-02 07:00:50 -07:00
pycpp docs(fix): spelling mistake in recent commit 2021-07-12 16:57:28 -04:00
classes.rst Fix typos and docs style (#3088) 2021-07-10 11:16:07 -07:00
embedding.rst refactor: module -> module_ with typedef (#2544) 2020-10-03 13:38:03 -04:00
exceptions.rst Clone of @virtuald's PR #2112 with minor enhancements. (#3215) 2021-08-23 17:30:01 -07:00
functions.rst More precise return_value_policy::automatic documentation. (#2920) 2021-07-12 16:56:10 -07:00
misc.rst chore: drop support for PyPy < 7.3.1 and clean up old PyPy workarounds (#2456) 2020-10-05 10:43:27 -04:00
smart_ptrs.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00