http://jetbrains.com/help/pycharm/symbols.html#common-icons
Icon | Description | |||
---|---|---|---|---|
![]() |
Python script | |||
Class | ||||
Method | ||||
Function | ||||
Field | ||||
Variable | ||||
Property | ||||
Parameter | ||||
![]() |
Element | |||
Project structure | ||||
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 . |