Re: whos -- a function listing objects

2005-06-17 Thread benyang22
That is nice. I didn't know iPython can do whos. Will try it. iPython seems to infinitely configurable. Hope it will not suck too much of my time into it. -- http://mail.python.org/mailman/listinfo/python-list

Re: whos -- a function listing objects

2005-06-17 Thread benyang22
whos.py as a module would not work for global scope, as it hides the function whos in the module scope. I have fixed the string bug. -- http://mail.python.org/mailman/listinfo/python-list

whos -- a function listing objects

2005-06-16 Thread benyang22
I have been a long time Matlab user. I Python, I miss Matlab's whos command. So I have written a little utility whos.py, which can be downloaded here: http://beluga.eos.ubc.ca/~tang/softwares/python/ Here is the doc string: # Before using whos, do: execfile('whos.py') #=== EXAMPLES === # to see