In This Article

PythonContextKind Enum

Specifies the kind of context.

public enum PythonContextKind

Fields

Name Description
ContainingInvocation

The context and its resolve operations work on the invocation that contains the offset, if any.

Self

The context and its resolve operations work on the existing attribute referenced at the offset.

SelfAndSiblings

The context and its resolve operations work on the existing attribute and its siblings referenced at the offset.