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
..
2019-07-09 10:39:16 +02:00
2009-01-12 23:40:13 +00:00
2017-02-27 11:35:56 +01:00
2022-02-23 11:56:00 +01:00
2022-02-23 11:56:00 +01:00
2018-02-26 14:08:22 +01:00
2009-01-12 23:40:13 +00:00
2022-03-25 18:22:05 -04:00
2022-03-25 18:22:05 -04:00
2019-07-09 10:39:16 +02:00
2009-01-12 23:40:13 +00:00
2022-03-25 18:22:05 -04:00
2021-04-17 16:27:30 +02:00
2009-01-24 23:28:47 +00:00
2009-09-07 11:50:13 +00:00
2009-01-12 23:40:13 +00:00
2022-03-25 18:22:05 -04:00
2009-01-12 23:40:13 +00:00
2020-10-16 09:44:11 +02:00
2022-03-25 18:22:05 -04:00
2020-10-17 17:08:58 +02:00
2022-03-25 18:22:05 -04:00
2009-01-12 23:40:13 +00:00
2019-07-09 10:39:16 +02:00
2019-07-09 10:39:16 +02:00
2022-03-25 18:22:05 -04:00
2019-08-28 14:04:05 +02:00
2019-07-09 10:39:16 +02:00
2019-08-28 14:04:05 +02:00