1
0
mirror of https://github.com/pybind/pybind11.git synced 2025-03-01 06:12:47 +00:00
pybind11/docs/advanced
phil-zxx c6b699d9c2 Added ability to convert from datetime.date to system_clock::time_point ()
* Added ability to convert from Python datetime.date and datetime.time to C++ system_clock::time_point
2019-07-19 11:28:48 +02:00
..
cast Added ability to convert from datetime.date to system_clock::time_point () 2019-07-19 11:28:48 +02:00
pycpp added py::ellipsis() method for slicing of multidimensional NumPy arrays 2018-08-28 23:22:55 +02:00
classes.rst Add docs and tests for unary op on class () 2019-06-22 12:07:41 +02:00
embedding.rst Added function for reloading module () 2017-09-12 08:05:05 +02:00
exceptions.rst Update docs on std::out_of_range exception mapping () 2019-06-11 23:28:58 +02:00
functions.rst doc: Add note about casting from None to T* () 2019-06-10 21:03:17 +02:00
misc.rst Fix missing word typo 2018-04-02 21:10:38 -03:00
smart_ptrs.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00