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

Class IndentationError



Exception --+        
            |        
StandardError --+    
                |    
      SyntaxError --+
                    |
                   IndentationError
Known Subclasses:
TabError

Improper indentation.

Instance Methods [hide private]

Inherited from SyntaxError: __init__, __str__

Inherited from Exception: __getitem__, __providedBy__

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

Inherited from SyntaxError: filename, lineno, msg, offset, print_file_and_line, text

Class Variable Details [hide private]

__provides__

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