Replies: 1 comment 1 reply
-
I'm not (necessarily) asking for a new feature. I see two ways to get a working example:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If a method in a derived class has the wrong argument type, but a method in a base class is suitable, is there a way to indicate that the base class methods should be considered?
For example:
Python:
Beta Was this translation helpful? Give feedback.
All reactions