Skip to content
Neppord edited this page Mar 4, 2011 · 1 revision
AST Node Name Members Description python code example
Module body:stmt* the top most node in an AST tree --
Interactive body:stmt* the top most node in an AST tree --
Expression body:stmt* the top most node in an AST tree --
FunctionDef name:identifier, args:arguments ,body:stmt*, decorator_list:expr* Function Defenition def foo():pass
Clone this wiki locally