| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+    
         |    
      dict --+
             |
            KeyCaseInsensitiveDict
A simple implementation of a key case-insensitive dictionary
| 
 | |||
| new empty dictionary | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 x[i]=y 
 | 
| 
 x[y] 
 | 
| 
 del x[y] 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed May 16 21:12:00 2018 | http://epydoc.sourceforge.net |