PyCharm 2.7.2 Web Help

A scope is a set of files and/or directories in which you can inspect, search and analyze source code, apply file coloring . A scope can include one or more files, folders, packages, or a whole project.

Scopes can be shared or local:

PyCharm provides a special language that enables you to flexibly define the sets of entities included in a scope. See Scope Language Syntax Reference for details.

To create and edit the scopes, the Scopes dialog is used.

You can explore the scopes in the Project tool window.

Predefined scopes

PyCharm provides a number of predefined scopes, for example:

Predefined scopes cannot be edited.

See Also

Concepts:

Reference:

Web Resources: