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

Class TabError



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

Improper mixture of spaces and tabs.

Instance Methods [hide private]

Inherited from SyntaxError: __init__, __str__

Inherited from Exception: __getitem__, __providedBy__

Class Variables [hide private]
  __implemented__ = <implementedBy exceptions.TabError>
  __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 0x241f9b0>