[ ENUM CLASS ] - Display color enum class for Mac OS platform.
More...
|
def | listAttributes (cls, stringOnly=True, getValues=True, removeK=True, startAttrNamesLower=False) |
| List static public attributes of the class. More...
|
|
def | listAttributeElements (cls, attribute) |
| List elements of a static public attribute. More...
|
|
def | getAttributeNameFromValue (cls, value, removeK=True, defaultAttributeName=None, startLower=False) |
| Get the name of the attribute for given value. More...
|
|
def | getValueFromAttributeName (cls, attribute, removeK=False, defaultValue=None) |
| Get value from attribute name. More...
|
|
def | asDict (cls, removeK=True) |
| Get all the attributes and their values in a dict instance. More...
|
|
[ ENUM CLASS ] - Display color enum class for Mac OS platform.
◆ kHeaderLine
string sCore.displayLib.DarwinColor.kHeaderLine = '\033[0;37m{}\033[0m' |
|
static |
[ str ] - Header line color.
◆ kHeaderText
string sCore.displayLib.DarwinColor.kHeaderText = '\033[0;97m{}\033[0m' |
|
static |
◆ kInfo
string sCore.displayLib.DarwinColor.kInfo = '\033[0;94m{}\033[0m' |
|
static |
◆ kSuccess
string sCore.displayLib.DarwinColor.kSuccess = '\033[0;32m{}\033[0m' |
|
static |
◆ kWarning
string sCore.displayLib.DarwinColor.kWarning = '\033[0;33m{}\033[0m' |
|
static |
◆ kFailure
string sCore.displayLib.DarwinColor.kFailure = '\033[0;31m{}\033[0m' |
|
static |
The documentation for this class was generated from the following file: