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

Class IndentationError

Exception --+        
            |        
StandardError --+    
                |    
      SyntaxError --+
                    |
                   IndentationError

Known Subclasses:
TabError

Improper indentation.
Method Summary
Inherited from SyntaxError: __init__, __str__
Inherited from Exception: __getitem__

Class Variable Summary
Implements __implemented__ = <implementedBy exceptions.IndentationE...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
Inherited from SyntaxError: filename, lineno, msg, offset, print_file_and_line, text
Inherited from Exception: __providedBy__

Class Variable Details

__implemented__

Type:
Implements
Value:
<implementedBy exceptions.IndentationError>                            

__provides__

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

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