Retrieve ext. variables in python program

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Wed Jul 19 06:29:36 EDT 2006


alfa1234:
> Does anyone know and equalent way to confirm a Variable from the same
> property file using PYTHON code ???

Using globals(), locals(), and dir() you can find if your name exists
already.

Bye,
bearophile




More information about the Python-list mailing list