pycharm 2017.3 icons reference

Common

IconDescription
pythonScript Python script
method Method
dataFunction Function
field Field
variable Variable
property Property
property yellow Parameter
xml element Element
folder Directory
iconPackage Package
root_Source.png Source root
root Excluded Excluded root
template folder icon Template roots
Visibility modifiers
private.png private
protected.png protected
public.png public
pseudoprivate icon 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.
magic name icon 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.
原文地址:https://www.cnblogs.com/3dnc/p/8074544.html