Module exceptions :: Class UnboundLocalError
[show private | hide private]
[frames | no frames]

Class UnboundLocalError

Exception --+        
            |        
StandardError --+    
                |    
        NameError --+
                    |
                   UnboundLocalError


Local name referenced but not bound to a value.
Method Summary
Inherited from Exception: __init__, __getitem__, __str__

Class Variable Summary
Implements __implemented__ = <implementedBy exceptions.UnboundLocal...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
Inherited from Exception: __providedBy__

Class Variable Details

__implemented__

Type:
Implements
Value:
<implementedBy exceptions.UnboundLocalError>                           

__provides__

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

Generated by Epydoc 2.1 on Thu Aug 16 09:55:08 2007 http://epydoc.sf.net