Lean  $LEAN_TAG$
QuantConnect.Messages.PythonInitializer Class Reference

Provides user-facing common messages for the Python.PythonInitializer namespace classes More...

Static Public Member Functions

static string UnableToLocateAlgorithm (string algorithmLocation)
 Returns a string message saying it was impossible to find algorithm location path More...
 
static string VirutalEnvironmentNotFound (string virtualEnvPath)
 Returns a string message saying the given path to virtual environment does not exist More...
 
static string FailedToFindSystemPackagesConfiguration (string virtualEnvPath, FileInfo configFile)
 Returns a string message saying it was impossible to find system package configuration More...
 
static string SystemPackagesConfigurationFound (string virtualEnvPath, bool includeSystemPackages)
 Returns a string message saying the Python Initializer will use the system packages found in the virtual environment path More...
 
static string PythonPathNotFound (string pythonPath)
 Returns a string message saying it was impossible to find the given python path More...
 

Static Public Attributes

static string Start = "start"
 String message saying: start More...
 
static string Ended = "ended"
 String message saying: ended More...
 

Detailed Description

Provides user-facing common messages for the Python.PythonInitializer namespace classes

Definition at line 106 of file Messages.Python.cs.

Member Function Documentation

◆ UnableToLocateAlgorithm()

static string QuantConnect.Messages.PythonInitializer.UnableToLocateAlgorithm ( string  algorithmLocation)
static

Returns a string message saying it was impossible to find algorithm location path

Definition at line 122 of file Messages.Python.cs.

◆ VirutalEnvironmentNotFound()

static string QuantConnect.Messages.PythonInitializer.VirutalEnvironmentNotFound ( string  virtualEnvPath)
static

Returns a string message saying the given path to virtual environment does not exist

Definition at line 131 of file Messages.Python.cs.

◆ FailedToFindSystemPackagesConfiguration()

static string QuantConnect.Messages.PythonInitializer.FailedToFindSystemPackagesConfiguration ( string  virtualEnvPath,
FileInfo  configFile 
)
static

Returns a string message saying it was impossible to find system package configuration

Definition at line 140 of file Messages.Python.cs.

◆ SystemPackagesConfigurationFound()

static string QuantConnect.Messages.PythonInitializer.SystemPackagesConfigurationFound ( string  virtualEnvPath,
bool  includeSystemPackages 
)
static

Returns a string message saying the Python Initializer will use the system packages found in the virtual environment path

Definition at line 151 of file Messages.Python.cs.

◆ PythonPathNotFound()

static string QuantConnect.Messages.PythonInitializer.PythonPathNotFound ( string  pythonPath)
static

Returns a string message saying it was impossible to find the given python path

Definition at line 160 of file Messages.Python.cs.

Member Data Documentation

◆ Start

string QuantConnect.Messages.PythonInitializer.Start = "start"
static

String message saying: start

Definition at line 111 of file Messages.Python.cs.

◆ Ended

string QuantConnect.Messages.PythonInitializer.Ended = "ended"
static

String message saying: ended

Definition at line 116 of file Messages.Python.cs.


The documentation for this class was generated from the following file: