In article ,
Steven D'Aprano wrote:
>On Wed, 29 Apr 2009 12:25:46 -0700, Iamanalien wrote:
>>
>> how can i list all the variables that i am using?
>
>You can't.
>
>What you can do though is list all the available names that Python knows
>about, whether you are using them or not, by using the di
On Wed, 29 Apr 2009 12:25:46 -0700, Iamanalien wrote:
> Hi,
>
> how can i list all the variables that i am using?
You can't.
What you can do though is list all the available names that Python knows
about, whether you are using them or not, by using the dir() or vars()
functions.
--
Steven
Hi,
how can i list all the variables that i am using?
--
http://mail.python.org/mailman/listinfo/python-list