PyCharm 2017.2 Help

Symbols

In this section:

Common

IconDescription
/help/img/idea/2017.2/pythonScript.png Python script
method Method
/help/img/idea/2017.2/dataFunction.pngFunction
field Field
/help/img/idea/2017.2/variable.png Variable
property Property
/help/img/idea/2017.2/property_yellow.png Parameter
/help/img/idea/2017.2/xml_element.png Element
/help/img/idea/2017.2/folder.png Directory
/help/img/idea/2017.2/iconPackage.png Package
root_Source.png Source root
/help/img/idea/2017.2/root_Excluded.png Excluded root
/help/img/idea/2017.2/template_folder_icon.pngTemplate roots
Visibility modifiers
private.pngprivate
protected.pngprotected
public.pngpublic
/help/img/idea/2017.2/pseudoprivate_icon.pngThe 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.
/help/img/idea/2017.2/magic_name_icon.pngThe 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.

Data Sources

IconDescription
/help/img/idea/2017.2/DataSource.png DB data source. Also, DBMS-specific icons are used:
/help/img/idea/2017.2/DBReadonly.png DB data source with the read-only status, e.g. /help/img/idea/2017.2/DBReadonlyDB2.png for Derby.
/help/img/idea/2017.2/icon_DDLDataSource.png DDL data source
/help/img/idea/2017.2/dataDatabase.pngDatabase
/help/img/idea/2017.2/dataSchema.png Schema
/help/img/idea/2017.2/DataTables.png Table
/help/img/idea/2017.2/dataView.png View
/help/img/idea/2017.2/dataColumn.png Column
/help/img/idea/2017.2/dataColumnNotNull.png A NOT NULL column
dataPkColumn.png Column with a primary key
dataFkColumn.png Column with a foreign key
dataIndexedColumn.png Column with an index
/help/img/idea/2017.2/dataPrimaryKey.png Primary key
/help/img/idea/2017.2/dataForeignKey.png Foreign key
/help/img/idea/2017.2/dataIndex.png Index
/help/img/idea/2017.2/dataTrigger.png Trigger
/help/img/idea/2017.2/dataFunction.png Stored procedure or function
Last modified: 26 October 2017

See Also