symtable.Function

class symtable.Function

A namespace for a function or method. This class inherits SymbolTable.

get_parameters()

Return a tuple containing names of parameters to this function.

get_locals()

Return a tuple containing names of locals in this function.

get_globals()

Return a tuple containing names of globals in this function.

get_frees()

Return a tuple containing names of free variables in this function.

doc_python
2016-10-07 17:43:41
Comments
Leave a Comment

Please login to continue.