You can examine the structure of the file currently opened in the editor using the Structure tool window or the Structure pop-up window.
By default, PyCharm shows all the namespaces, classes, methods, and functions presented in the current file.
To have other members displayed, turn on the the corresponding options on the context menu of the title bar of the Structure window.
On this page:
- On the main menu, choose .
- Pres StructureTool Button
- Press Alt+7.
- Press Ctrl+F12.

- Click Show Inherited option on the context menu of the title bar.
By default, PyCharm shows only methods, constants, and fields defined in the current class. If shown, inherited members are displayed gray.