1

I was just wondering if you know a way of getting a list of all classes that follow the structure of a given python protocol. When using normal inheritance like ABCs, PyCharm is able to get a list of all subclasses (implementation) of this interface. Put protocols don't use explicit inheritance.

So when you CMD+Click the given protocol, PyCharm can't find the classes that implement.

Thanks!

0 Answers0