In This Article

PythonContextLocations Class

Contains common context locations for a Python language.

public static class PythonContextLocations
Inheritance:
object object

Properties

BoundName

Gets the IPythonContextLocation that represents a bound name specification.

public static IPythonContextLocation BoundName { get; }

Property Value

IPythonContextLocation:

The IPythonContextLocation value.

Comment

Gets the IPythonContextLocation that represents a comment specification.

public static IPythonContextLocation Comment { get; }

Property Value

IPythonContextLocation:

The IPythonContextLocation value.

FromImportIdentifier

Gets the IPythonContextLocation that represents an imported identifier of a from...import statement.

public static IPythonContextLocation FromImportIdentifier { get; }

Property Value

IPythonContextLocation:

The IPythonContextLocation value.

FromImportName

Gets the IPythonContextLocation that represents the name of a from...import statement.

public static IPythonContextLocation FromImportName { get; }

Property Value

IPythonContextLocation:

The IPythonContextLocation value.

ImportName

Gets the IPythonContextLocation that represents the name of an import statement.

public static IPythonContextLocation ImportName { get; }

Property Value

IPythonContextLocation:

The IPythonContextLocation value.

LiteralString

Gets the IPythonContextLocation that represents a literal string specification.

public static IPythonContextLocation LiteralString { get; }

Property Value

IPythonContextLocation:

The IPythonContextLocation value.

Unknown

Gets the IPythonContextLocation that represents an unknown specification.

public static IPythonContextLocation Unknown { get; }

Property Value

IPythonContextLocation:

The IPythonContextLocation value.

Inherited Members