0

I'm a Java programmer who is working with Python. So I'm using the Typing support to increase code readability.

But I'm having a hard time with types (returning types of methods, and parents), and the documentation isn't helping in that way.

Right now I have a function returning a dict or a list, naturally I wold try Collection, or Iterable. But I would like to have access to a documentation that gives me all the direct parents and known childs of a class. (Like a Java documentation)

Is there such documentation?

0 Answers0