所在位置:首页 → 编程语言 → PyCharm Structure窗口中的图标含义

PyCharm Structure窗口中的图标含义

发布: 更新时间:2022-09-27 16:50:27

一、Common

常用

IconDescription
Python scriptPython script
App nodes classClass
MethodMethod
the Function iconFunction
FieldField
VariableVariable
PropertyProperty
ParameterParameter
ElementElement

Project structure

DirectoryDirectory
PackagePackage
Sources RootSource root
Excluded rootExcluded root
the Template roots iconTemplate roots

Visibility modifiers

Privateprivate
Protectedprotected
Publicpublic
Pseudoprivate iconThe 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 iconThe 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

Bookmark checkAnonymous bookmark – a check sign bookmark. Bookmarks are used for quick navigation within a file or across the entire project.
Bookmark mnemonicLettered mnemonic bookmark – a letter in the interval from A to Z.
Bookmark numberNumbered mnemonic bookmark – a number in the interval from 0 to 9.

二、Data Sources

IconDescription
Access MethodAccess Method
AggregateAggregate
Alias TypeAlias Type
ArgumentArgument
BodyBody
CheckCheck
ClusterCluster
CollationCollation
Collection TypeCollection Type
ColumnColumn. For more information about column icon combinations, see Possible icon combinations for columns.
Data FileData File
DatabaseDatabase
Read-onlyRead-only status
the DDL data source iconDDL data source
DefaultDefault
ExceptionException
ExtensionExtension
External SchemaExternal Schema
Foreign Data WrapperForeign Data Wrapper
Foreign KeyForeign Key
Foreign TableForeign Table
IndexIndex
KeyKey
Materialized LogMaterialized Log
Materialized ViewMaterialized View
Object AttributeObject Attribute
Object TypeObject Type
OperatorOperator
PackagePackage
ProjectionProjection
data sourceRead-only data sources
RoleRole
RoutineRoutine
RuleRule
Scheduled EventScheduled Event
SchemaSchema
SequenceSequence
ServerServer
the Stored procedure or function iconStored procedure or function
SynonymSynonym
TableTable
Table TypeTable Type
TablespaceTablespace
TriggerTrigger
UserUser
User MappingUser Mapping
VariableVariable
ViewView
Virtual TableVirtual Table

三、File types

标签:,
文章排行