[ ENUM CLASS ] - Data types accepted by the Flag class.
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, startAttrNamesLower=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 ] - Data types accepted by the Flag class.
◆ kStr
string sStash.stashLib.Flag.DataType.kStr = 'str' |
|
static |
◆ kInt
string sStash.stashLib.Flag.DataType.kInt = 'int' |
|
static |
◆ kBool
string sStash.stashLib.Flag.DataType.kBool = 'bool' |
|
static |
The documentation for this class was generated from the following file: