class documentation

class SettingsAttribute:

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 __str__ 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):

Undocumented

def __str__(self):

Undocumented

def set(self, value, priority):
Sets value if priority is higher or equal than current priority.
priority =

Undocumented

value =

Undocumented