You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am adding bound methods to a class at runtime (#4311). The cpp_function class does not expose the __get__ method, so I cannot use the descriptor method (https://stackoverflow.com/a/28060251/1360263) to generate a bound method to the instance. It would be nice if that approach could be supported.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am adding bound methods to a class at runtime (#4311). The
cpp_function
class does not expose the__get__
method, so I cannot use the descriptor method (https://stackoverflow.com/a/28060251/1360263) to generate a bound method to the instance. It would be nice if that approach could be supported.Beta Was this translation helpful? Give feedback.
All reactions