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.
-->
I'm shamelessly using this to link to myself more.
whos float
whos ndarray
who module
float_vars = %who_ls float
grep('x',float_vars)
No comments:
Post a Comment