Lean
$LEAN_TAG$
|
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... | |
Provides user-facing common messages for the Python.PythonInitializer namespace classes
Definition at line 106 of file Messages.Python.cs.
|
static |
Returns a string message saying it was impossible to find algorithm location path
Definition at line 122 of file Messages.Python.cs.
|
static |
Returns a string message saying the given path to virtual environment does not exist
Definition at line 131 of file Messages.Python.cs.
|
static |
Returns a string message saying it was impossible to find system package configuration
Definition at line 140 of file Messages.Python.cs.
|
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.
|
static |
Returns a string message saying it was impossible to find the given python path
Definition at line 160 of file Messages.Python.cs.
|
static |
String message saying: start
Definition at line 111 of file Messages.Python.cs.
|
static |
String message saying: ended
Definition at line 116 of file Messages.Python.cs.