In This Article

Project Class

Represents a Python project.

public class Project : IProject
Inheritance:
object object
Implements:
IProject

Constructors

Project()

Initializes an instance of the class.

public Project()

Properties

ActiveModules

Gets the collection of active modules in this project.

public IActiveModuleCollection ActiveModules { get; }

Property Value

IActiveModuleCollection:

The collection of active modules in this project.

Resolver

Gets the IResolver to use for this project.

public IResolver Resolver { get; }

Property Value

IResolver:

The IResolver to use for this project.

SearchPaths

Gets the list of paths (in priority order) to search when looking for packages.

public IList<string> SearchPaths { get; }

Property Value

IList<string>:

The list of paths (in priority order) to search when looking for packages.

Inherited Members