#include <Python-ast.h>
Definition at line 357 of file Python-ast.h.
Public Attributes | |
asdl_seq * | args |
identifier | vararg |
identifier | kwarg |
asdl_seq * | defaults |
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.