tryToxic
 All Classes Functions
configControll.Config Class Reference

Public Member Functions

def __init__
 
def save
 
def delete
 

Public Attributes

 id
 
 key
 
 value
 

Detailed Description

Config-data-object

Definition at line 3 of file configControll.py.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.


The documentation for this class was generated from the following file: