Make it possible to use inherited indexers by danabr · Pull Request #1248 · pythonnet/pythonnet
What does this implement/fix? Explain your changes.
If a class A had indexer, and class B derived from it, Python.NET would
not consider class B to have any indexer.
Does this close any currently open issues?
No
Checklist
Check all those that are applicable and complete.