[Zope-Perl] Python void context

Chris McDonough chrism@digicool.com
Fri, 26 May 2000 10:01:02 -0400


> Is there a way for python functions to find out if they are called in
> void context (i.e. that the caller does not care about a 
> return value)?

AFAIK, no.  The return value is just tossed.  Python functions know
little about their callers in general...