examples:
whos float
whos ndarray
who module
float_vars = %who_ls float
grep('x',float_vars)
I'm afraid I don't know how to make the last two lines into a one-liner, as would be desirable.
A blog about astrophysics & computing. More info about me @ Adam Ginsburg's page
whos float
whos ndarray
who module
float_vars = %who_ls float
grep('x',float_vars)
No comments:
Post a Comment