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.gore...@gmail.com>wrote: > import os > def quacks(self,value): > return (1,0)[value] > _aduck="~/goose" > duck = if os.path.exists quacks str(_aduck) > duck()() >
-- http://mail.python.org/mailman/listinfo/python-list