| Trees | Indices | Help | 
 | 
|---|
|  | 
object --+    
         |    
      dict --+
             |
            cidict
| 
 | |||
| new empty dictionary | 
 | ||
| 
 | |||
| 
 | |||
| None | 
 | ||
| 
 | |||
| True if D has a key k, else False | 
 | ||
| True if D has a key k, else False | 
 | ||
| D[k] if k in D, else d | 
 | ||
| Inherited from  Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 constructs the cidict, optionally using another dict to do so 
 | 
| 
 x[y] 
 | 
| 
 x[i]=y 
 | 
| 
 Update D from E: for k in E.keys(): D[k] = E[k] 
 | 
| 
 del x[y] 
 | 
| 
 
 | 
| 
 
 | 
| 
 d defaults to None. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 26 12:49:28 2008 | http://epydoc.sourceforge.net |