In This Article

IPythonContextLocation Interface

Provides the base requirements for an IPythonContext location, that determines what sort of resolver results are permitted.

public interface IPythonContextLocation

Methods

IsAllowed(IResolverResult)

Returns whether the specified IResolverResult is allowed within the context location.

bool IsAllowed(IResolverResult result)
Parameter Type Description
result IResolverResult

The IResolverResult to examine.

Returns

bool:

true if the specified IResolverResult is allowed within the context location; otherwise, false.