-
Updated
Aug 19, 2020 - C++
pybind11
Here are 118 public repositories matching this topic...
-
Updated
Aug 16, 2020 - C++
-
Updated
Nov 1, 2019 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Jul 15, 2020 - C++
-
Updated
May 18, 2019 - C++
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 16, 2019 - CMake
-
Updated
Aug 18, 2020 - C++
-
Updated
Apr 4, 2020
-
Updated
Mar 15, 2019 - C++
-
Updated
Jun 7, 2020 - C++
Add staircase
-
Updated
Sep 14, 2018 - C++
-
Updated
Jun 7, 2019 - C++
-
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
Jan 6, 2020 - Python
Unused imports
I noticed the following is always included in the generated stubs.
For example in my case I don't use numpy, so this by default creates invalid stubs. The _Shape doesn't break any, but I also don't need it. Is this a left over or why does it exist? Thanks
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.