Is there a way to access/modify/add variables to caller from a sub function

Anand anand_soliton at yahoo.com
Tue Jul 22 13:13:39 EDT 2003


Is there a way to access/modify variables of a caller function from
within a sub function call?

Function A:   Calls subFuncB:

var x           Add var xx in Function A's name space??
var y
var z




More information about the Python-list mailing list