_arguments Struct Reference

_arguments Struct Reference

#include <Python-ast.h>

Class Description

Definition at line 357 of file Python-ast.h.

Public Attributes

asdl_seqargs
 
identifier vararg
 
identifier kwarg
 
asdl_seqdefaults
 

Member Data Documentation

asdl_seq* args

Definition at line 358 of file Python-ast.h.

asdl_seq* defaults

Definition at line 361 of file Python-ast.h.

identifier kwarg

Definition at line 360 of file Python-ast.h.

identifier vararg

Definition at line 359 of file Python-ast.h.


The documentation for this struct was generated from the following file: