For example, how do I get this to work?
def func():
print "This is", __?__
return __caller__
def echo():
print "This is ", __?__
return func()
>>> print echo()
This is echo
This is func
echo
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search
that gives answers, not web links.
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
--
http://mail.python.org/mailman/listinfo/python-list
