How to get all the variables in a python shell

caca at mailinator.com caca at mailinator.com
Sat May 31 07:56:17 EDT 2008


I meant it prints 4, which means the value of test is modified by the
access to the dict

> test=5
> __IPYTHON__.user_ns['test']=4
> print test #prints 4
>




More information about the Python-list mailing list