IPM settings are placed in ^IPM.settings global in SYS namespace Use this class to set or get settings. More...
Static Public Member Functions | |
_.Library.Status | GetAll (configArray) |
Returns configArray, that includes all configurable settings. | |
_.Library.String | GetValue (_.Library.String indx) |
Gets value from global array. More... | |
PrintList () | |
Writes in terminal key : value pairs for all configurable settings. | |
Static Public Attributes | |
ColorScheme = None | |
Possible values: yes, none. | |
PipCaller = None | |
A path pointing either to a python executable or a pip executable, controlled by <parameter>UseStandalonePip</parameter> More... | |
SemVerPostRelease = None | |
Possible values: 0, 1. More... | |
TerminalPrompt = None | |
Possible values: green, red, magenta, blue, yellow, cyan, none. | |
UseStandalonePip = None | |
Possible values: "", 0, 1. More... | |
IPM settings are placed in ^IPM.settings global in SYS namespace Use this class to set or get settings.
Available settings default_registry (string) - default registry url analytics_tracking_id analytics_available (boolean) - if 1 - send usage statistics
|
static |
Gets value from global array.
indx - global subscript
|
static |
A path pointing either to a python executable or a pip executable, controlled by <parameter>UseStandalonePip</parameter>
In the special case where the path is empty, the script tries to resolve the path in the following order:
|
static |
Possible values: 0, 1.
Indicates whether the SemVer comparison treats the version 1.0.0-1.m1 as a post-release of 1.0.0, hence 1.0.0-1.m1 > 1.0.0 Default value is 0, where 1.0.0-anystring is considered a pre-release of 1.0.0, hence 1.0.0-anystring < 1.0.0
|
static |
Possible values: "", 0, 1.
Indicates whether <parameter>PipCaller</parameter> is a pip executable instead of python