mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 09:17:42 +00:00
This commit revamps the object_api class so that it maps most C++ operators to their Python analogs. This makes it possible to, e.g. perform arithmetic using a py::int_ or py::array.