-
-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Description
There are many dunder methods documented here but are missing in ObjectProxy. Some of them like __call__ is defined in classes inheriting ObjectProxy. But for the sake of reusability of ObjectProxy, they should also be defined in it. Also, there are dunder methods like __next__ that are not even defined in inheriting classes. All of them should be defined in ObjectProxy.
Metadata
Metadata
Assignees
Labels
No labels