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)
 
static string VirutalEnvironmentNotFound (string virtualEnvPath)
 
static string FailedToFindSystemPackagesConfiguration (string virtualEnvPath, FileInfo configFile)
 
static string SystemPackagesConfigurationFound (string virtualEnvPath, bool includeSystemPackages)
 
static string PythonPathNotFound (string pythonPath)
 

Static Public Attributes

static string Start = "start"
 
static string Ended = "ended"
 

Detailed Description

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

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


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