Module _ast :: Class TryExcept
[hide private]
[frames] | no frames]

type TryExcept

object --+        
         |        
       AST --+    
             |    
          stmt --+
                 |
                TryExcept

Class Variables [hide private]
  _fields = ('body', 'handlers', 'orelse')

Inherited from stmt (private): _attributes