pybind11
Here are 127 public repositories matching this topic...
-
Updated
Dec 6, 2020 - C++
-
Updated
Nov 1, 2019 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Nov 26, 2020 - C++
-
Updated
Dec 1, 2020 - C++
-
Updated
May 18, 2019 - C++
-
Updated
Nov 13, 2020 - Python
-
Updated
Nov 21, 2020 - Python
-
Updated
Oct 28, 2020 - C++
-
Updated
Mar 15, 2019 - C++
-
Updated
Sep 9, 2020 - CMake
-
Updated
Apr 4, 2020
-
Updated
Aug 22, 2020 - C++
Add staircase
-
Updated
Oct 14, 2020 - C++
-
Updated
Jan 6, 2020 - Python
-
Wrap AddressBook usage to corresponding wallet/api/python/*.cpp files prefixed by "Py" that use shared pointers instead of raw pointers.
-
Add these new mapped classes to pywallet_api modules at wallet/api/python/pywallet_api.cpp
-
wallet/api/wallet2_api.h as reference
For more info on why this is needed read : http://pybind11.readthedocs.io/en/stable/advanced/smart_ptrs.html#std-shared
-
Updated
Sep 14, 2018 - C++
Improve this page
Add a description, image, and links to the pybind11 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pybind11 topic, visit your repo's landing page and select "manage topics."


The geometry classes have defaults in a bunch of places and are used as defaults in a bunch of other places, so it would be sensible to make the default readable. Color and Color8Bit are simple enough as well.
These should have a repr similar to dataclasses, IMO.