[frames | no frames] [show private | hide private]

TaskEngine.Context
Class ContextChain

UserDict --+    
           |    
     Context --+
               |
              ContextChain

Known Subclasses:
ContextStack

Method Summary
  __init__(self, id, context_names, contexts)
  __cmp__(self, dict)
(inherited from UserDict)
  __contains__(self, key)
(inherited from UserDict)
  __delitem__(self, key)
(inherited from UserDict)
  __getattr__(self, name)
  __getitem__(self, name)
  __len__(self)
(inherited from UserDict)
  __repr__(self)
(inherited from UserDict)
  __setitem__(self, key, item)
(inherited from UserDict)
  clear(self)
(inherited from UserDict)
  copy(self)
(inherited from UserDict)
  debug(self)
  get(self, name, default)
  getContext(self, name)
  getId(self)
(inherited from Context)
  has_key(self, name)
  items(self)
(inherited from UserDict)
  iteritems(self)
(inherited from UserDict)
  iterkeys(self)
(inherited from UserDict)
  itervalues(self)
(inherited from UserDict)
  keys(self)
  pop(self, n)
  popContext(self, context_name)
  popitem(self)
(inherited from UserDict)
  push(self, context)
  setdefault(self, key, failobj)
(inherited from UserDict)
  update(self, dict)
(inherited from UserDict)
  values(self)
(inherited from UserDict)

Class Variable Summary
Interface __implements__

Method Details

Constructor

__init__(self, id, context_names, contexts)

Qualification operator

__getattr__(self, name)

Indexing operator

__getitem__(self, name)

debug

debug(self)

Overrides:
UserDict.UserDict.keys (inherited documentation)

get

get(self, name, default=[])

getContext

getContext(self, name)

has_key

has_key(self, name)

keys

keys(self)

Overrides:
UserDict.UserDict.keys (inherited documentation)

pop

pop(self, n=0)

popContext

popContext(self, context_name)

push

push(self, context)


Class Variable Details

__implements__

Type:
Interface
Value:
<Interface TaskEngine.Context.IContextChain at 81f8324>                

Generated by Epydoc 1.1 on Mon Oct 21 19:45:08 2002 http://epydoc.sf.net