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

TaskEngine.Context
Class ContextStack

UserDict --+        
           |        
     Context --+    
               |    
    ContextChain --+
                   |
                  ContextStack


Method Summary
  __init__(self, id)
  __cmp__(self, dict)
(inherited from UserDict)
  __contains__(self, key)
(inherited from UserDict)
  __delitem__(self, key)
(inherited from UserDict)
  __getattr__(self, name)
(inherited from ContextChain)
  __getitem__(self, name)
(inherited from ContextChain)
  __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)
(inherited from ContextChain)
  get(self, name, default)
(inherited from ContextChain)
  getContext(self, name)
(inherited from ContextChain)
  getContextChain(self, names, explicit_order)
  getContextChainByName(self, chain_name)
  getId(self)
(inherited from Context)
  has_key(self, name)
(inherited from ContextChain)
  items(self)
(inherited from UserDict)
  iteritems(self)
(inherited from UserDict)
  iterkeys(self)
(inherited from UserDict)
  itervalues(self)
(inherited from UserDict)
  keys(self)
(inherited from ContextChain)
  pop(self, n)
(inherited from ContextChain)
  popContext(self, context_name)
(inherited from ContextChain)
  popitem(self)
(inherited from UserDict)
  push(self, context)
(inherited from ContextChain)
  setdefault(self, key, failobj)
(inherited from UserDict)
  update(self, dict)
(inherited from UserDict)
  values(self)
(inherited from UserDict)

Class Variable Summary
NoneType __getattr__
NoneType __getitem__
Interface __implements__
NoneType __setitem__

Method Details

Constructor

__init__(self, id)

getContextChain

getContextChain(self, names, explicit_order=1)

getContextChainByName

getContextChainByName(self, chain_name)


Class Variable Details

__getattr__

Type:
NoneType
Value:
None                                                                   

__getitem__

Type:
NoneType
Value:
None                                                                   

__implements__

Type:
Interface
Value:
<Interface TaskEngine.Context.IContextStack at 81f2b5c>                

__setitem__

Type:
NoneType
Value:
None                                                                   

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