class documentation

class SettingsAttribute: (source)

View In Hierarchy

Class for storing data related to settings attributes. This class is intended for internal usage, you should try Settings class for settings configuration, not this one.

Method __init__ Undocumented
Method __repr__ Undocumented
Method set Sets value if priority is higher or equal than current priority.
Instance Variable priority Undocumented
Instance Variable value Undocumented
def __init__(self, value, priority): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def set(self, value, priority): (source)

Sets value if priority is higher or equal than current priority.

priority = (source)

Undocumented

Undocumented