In [39]: def f():
   ....:     return 42
   ....:

In [40]: %psource f
No source found for f

In [41]:

i expected to see the source...
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to