mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-26 15:12:01 +00:00
e0e2ea3378
Fixes #775. Assignments of the form `Type.static_prop = value` should be translated to `Type.static_prop.__set__(value)` except when `isinstance(value, static_prop)`. |
||
---|---|---|
.. | ||
pybind11 |