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

type Call

object --+        
         |        
       AST --+    
             |    
          expr --+
                 |
                Call

Class Variables [hide private]
  _fields = ('func', 'args', 'keywords', 'starargs', 'kwargs')

Inherited from expr (private): _attributes