IResolverRequest Interface
Provides the base requirements of a request for a Python language resolve operation.
public interface IResolverRequest
Properties
Context
The IPythonContext in which the request is based, if known.
Expression
The Expression to resolve.
SourceModulePath
The path to the module from where the Expression originated.