Package plugins :: Module plugin :: Class GajimPluginConfig
[hide private]
[frames] | no frames]

Class GajimPluginConfig

source code


Instance Methods [hide private]
 
__init__(self, plugin) source code
 
__getitem__(self, key) source code
 
__setitem__(self, key, value) source code
 
keys(self) source code
 
save(self) source code
 
load(self) source code

Inherited from UserDict.DictMixin: __cmp__, __contains__, __iter__, __len__, __repr__, clear, get, has_key, items, iteritems, iterkeys, itervalues, pop, popitem, setdefault, update, values

Method Details [hide private]

__init__(self, plugin)
(Constructor)

source code 
Decorators:
  • @log_calls('GajimPluginConfig')

__getitem__(self, key)
(Indexing operator)

source code 
Decorators:
  • @log_calls('GajimPluginConfig')

__setitem__(self, key, value)
(Index assignment operator)

source code 
Decorators:
  • @log_calls('GajimPluginConfig')

keys(self)

source code 

save(self)

source code 
Decorators:
  • @log_calls('GajimPluginConfig')

load(self)

source code 
Decorators:
  • @log_calls('GajimPluginConfig')