PythonContextLocations Class
Contains common context locations for a Python language.
public static class PythonContextLocations
- Inheritance:
- object object
Properties
BoundName
The IPythonContextLocation that represents a bound name specification.
Comment
The IPythonContextLocation that represents a comment specification.
FromImportIdentifier
The IPythonContextLocation that represents an imported identifier of a from...import statement.
public static IPythonContextLocation FromImportIdentifier { get; }
Property Value
FromImportName
The IPythonContextLocation that represents the name of a from...import statement.
ImportName
The IPythonContextLocation that represents the name of an import statement.
LiteralString
The IPythonContextLocation that represents a literal string specification.
Unknown
The IPythonContextLocation that represents an unknown specification.