|
int | Components.config.KEY_LEFT = 0 |
|
int | Components.config.KEY_RIGHT = 1 |
|
int | Components.config.KEY_OK = 2 |
|
int | Components.config.KEY_DELETE = 3 |
|
int | Components.config.KEY_BACKSPACE = 4 |
|
int | Components.config.KEY_HOME = 5 |
|
int | Components.config.KEY_END = 6 |
|
int | Components.config.KEY_TOGGLEOW = 7 |
|
int | Components.config.KEY_ASCII = 8 |
|
int | Components.config.KEY_TIMEOUT = 9 |
|
| Components.config.KEY_NUMBERS = list(range(12, 12+10)) |
|
int | Components.config.KEY_0 = 12 |
|
int | Components.config.KEY_9 = 12+9 |
|
dictionary | Components.config.boolean_descriptions = {False: "false", True: "true"} |
|
dictionary | Components.config.yes_no_descriptions = {False: _("no"), True: _("yes")} |
|
dictionary | Components.config.on_off_descriptions = {False: _("off"), True: _("on")} |
|
list | Components.config.ip_limits = [(0,255),(0,255),(0,255),(0,255)] |
|
list | Components.config.mac_limits = [(1,255),(1,255),(1,255),(1,255),(1,255),(1,255)] |
|
list | Components.config.clock_limits = [(0,23),(0,59)] |
|
tuple | Components.config.integer_limits = (0, 9999999999) |
|
| Components.config.config = Config() |
|
| Components.config.misc |
|
| Components.config.configfile = ConfigFile() |
|