Common
| Icon | Description |
|---|---|
| Python script | |
| Method | |
| Function | |
| Field | |
| Variable | |
| Property | |
| Parameter | |
| Element | |
| Directory | |
| Package | |
| Source root | |
| Excluded root | |
| Template roots | |
| Visibility modifiers | |
| private | |
| protected | |
| public | |
| The lock decorator in the upper-left part of a symbol marks a symbol whose name begins with one or more underscores. Such names are considered pseudo-private and are specially treated by an interpreter to restrict their visibility scope. | |
| The blue bubble in the upper-left part of a symbol marks a symbol whose name begins and ends with two underscores, and is specially treated by an interpreter and standard library. | |