tryToxic
|
Public Member Functions | |
def | __init__ |
def | save |
def | delete |
Public Attributes | |
id | |
key | |
value | |
Config-data-object
Definition at line 3 of file configControll.py.
def configControll.Config.__init__ | ( | self, | |
id, | |||
key, | |||
value | |||
) |
id --- is the db-id of config key --- the reference value --- the setted value
Definition at line 7 of file configControll.py.
def configControll.Config.delete | ( | self) |
delete the config-object
Definition at line 28 of file configControll.py.
def configControll.Config.save | ( | self, | |
key, | |||
value | |||
) |
save the config-object
Definition at line 18 of file configControll.py.