exceptions :: KeyError :: Class KeyError
[hide private]
[frames] | no frames]

Class KeyError



Exception --+        
            |        
StandardError --+    
                |    
      LookupError --+
                    |
                   KeyError

Mapping key not found.

Instance Methods [hide private]
 
__str__(...)

Inherited from Exception: __getitem__, __init__, __providedBy__

Class Variables [hide private]
  __implemented__ = <implementedBy exceptions.KeyError>
  __provides__ = <zope.interface.declarations.ClassProvides obje...
Method Details [hide private]

__str__(...)
(Informal representation operator)

 
Overrides: Exception.__str__

Class Variable Details [hide private]

__provides__

Value:
<zope.interface.declarations.ClassProvides object at 0x2413f10>