sending values over classes

Rob Wolfe rwNOSPAM at NOSPAMsmsnet.pl
Sat Aug 19 13:15:49 EDT 2006


"Rafał Janas" <rafal at ewipo.pl> writes:

> Hi,
>
> How to read/write value over different classes (in different files)
> Something like global values?

You need to be more specific about what exactly you're trying
to accomplish. Some code whould be great.

Maybe import statement is what you're looking for. You can import
a class from another module (file) to current module (file) and use it.

BTW on pl.comp.lang.python you can meet helpful people too :)

-- 
HTH,
Rob



More information about the Python-list mailing list