Package Pyblosxom :: Module tools :: Class VariableDict
[show private | hide private]
[frames | no frames]

Class VariableDict


Wraps around a standard dict allowing for escaped and urlencoding of internal data by tacking on a "_urlencoded" or a "_escaped" to the end of the key name.
Method Summary
  __init__(self)
  __getitem__(self, key, default)
  __setitem__(self, key, value)
  get(self, key, default)
  has_key(self, key)
list of varies keys(self)
Returns a list of the keys that can be accessed through __getitem__.
  update(self, newdict)
  values(self)

Method Details

keys(self)

Returns a list of the keys that can be accessed through __getitem__.
Returns:
list of key names
           (type=list of varies)

Generated by Epydoc 2.1 on Tue Feb 7 21:43:58 2006 http://epydoc.sf.net