[Zope-Perl] Python void context

David Ascher DavidA@ActiveState.com
Fri, 26 May 2000 12:23:23 -0700


> 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)?

Not without deep inspection of the bytecode.  In other words, not this year.

--david