PyCharm 2018.2 Help

Building Class Hierarchy

You can explore the hierarchy of parent and children classes of a selected class in the Hierarchy tool window.

Note that the Hierarchy tool window only becomes available, when you build the class hierarchy, as described below.

To build the hierarchy of classes

  1. Open file with the desired class in the editor, and place the caret anywhere inside the class, or on the class name.

  2. On the main menu, choose Navigate | Type Hierarchy or press Ctrl+H.

py type hierarchy
Last modified: 21 November 2018

See Also