Monty Montgomery 6159d89386 Numerous changes to python bindings for clean stub generation
I'm uncertain about earlier/alternate versions, but the current
version of mainline pybind11_stubgen requires a number of changes in
the python binding cpp files to succeed:

__repr__ implementation added for some basic types

Added default descriptions via py::arg_v variant syntax for those
cases where a __repr__ implementation made no sense (eg, for a default
sonstructor of a complex type)

Moved class declarations to precede first use in arguments/returns

Added trailing default arguments, so that mandatory args did not
follow optional args (without resorting to kwargs trickery).
2022-05-15 01:16:58 -04:00
..
2021-11-28 15:14:41 +00:00
2021-11-28 15:14:41 +00:00
2021-11-28 15:14:41 +00:00
2022-03-25 18:22:05 -04:00
2021-11-28 15:14:41 +00:00
2022-02-23 11:56:00 +01:00
2022-03-25 18:22:05 -04:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2022-03-25 18:22:05 -04:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-12 23:40:13 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2018-02-06 14:12:24 -05:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2022-03-25 18:22:05 -04:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2018-02-06 14:12:24 -05:00
2019-07-09 10:39:16 +02:00