PyCharm 2018.3 Help

Symbols

File types

To view the list of file types recognized by PyCharm, go to Settings/Preferences (Ctrl+Alt+S) | Editor | File Types. If a file in your project is marked with the Unknown file type icon, it indicates that PyCharm can't recognize it. In this case, you can register and configure a new file type.

py symbols file types

Common

Icon

Description

pythonScript

Python script

icons nodes class

Class

Method

Method

database openapi icons function svg

Function

Field

Field

Variable

Variable

Property

Property

Parameter

Parameter

xml element

Element

Directory

Directory

Package

Package

Sources Root

Source root

Excluded Root

Excluded root

template folder iconTemplate roots

Visibility modifiers

Private

private

Protected

protected

Public

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.

Bookmarks

bookmarkCheck

Anonymous bookmark – a check sign bookmark. Bookmarks are used for quick navigation within a file or across the entire project.

bookmarkMnemonic

Lettered mnemonic bookmark – a letter in the interval from A to Z.

bookmarkNumber

Numbered mnemonic bookmark – a number in the interval from 0 to 9.

Data Sources

Icon

Description

DB data source

DB data source. Also, DBMS-specific icons are used:

Read-only

DB data source with the read-only status, e.g. DBReadonlyDB2 for Derby.

ddl data source

DDL data source

database openapi icons database svg

Database

Schema

Schema

Table

Table

View

View

Column

Column

dataColumnNotNull

A NOT NULL column

dataPkColumn.png

Column with a primary key

dataFkColumn.png

Column with a foreign key

dataIndexedColumn.png

Column with an index

dataPrimaryKey

Primary key

dataForeignKey

Foreign key

Index

Index

Trigger

Trigger

database openapi icons function svg

Stored procedure or function

Last modified: 27 February 2019

See Also