suggestion for python function calling

alex goretoy aleksandr.goretoy at gmail.com
Sun Mar 15 03:15:48 EDT 2009


actually it would be more like

import os
def quacks(value):
    return "%s/%s%s"% (os.environ["PWD"],os.path.dirname(__file__),value)
_aduck="goose"
duck = if is not os.path.exists quacks str(_aduck)


to perform the calls
duck()()

this would only with with functions that return something though, I
believe....


-Alex Goretoy
http://www.goretoy.com



On Sun, Mar 15, 2009 at 2:08 AM, alex goretoy
<aleksandr.goretoy at gmail.com>wrote:

> import os
> def quacks(self,value):
>     return (1,0)[value]
> _aduck="~/goose"
> duck = if os.path.exists quacks str(_aduck)
> duck()()
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090315/9dc1bdd4/attachment-0001.html>


More information about the Python-list mailing list