Access to variable from external imported module

Bjoern Schliessmann usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Thu Nov 23 17:35:58 EST 2006


GinTon wrote:

> Sorry, I mean access to local variable from a method
> 
> import module
> method(value)

That's no access to a local variable of a method. It's a simple
function call.
 
> I would to access to values that are created locally in that
> method

Something with your interface seems horribly wrong.

Regards,


Björn

-- 
BOFH excuse #316:

Elves on strike. (Why do they call EMAG Elf Magic)




More information about the Python-list mailing list