mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 09:25:51 +00:00
d355f2fcca
We currently fail at runtime when trying to call a method that is overloaded with both static and non-static methods. This is something python won't allow: the object is either a function or an instance, and can't be both. |
||
---|---|---|
.. | ||
pybind11 |