Re: How to assign a function to another function

2007-09-17 Thread Stefano Esposito
On Mon, 17 Sep 2007 17:49:58 +0100 Paul Rudin <[EMAIL PROTECTED]> wrote: > Stefano Esposito <[EMAIL PROTECTED]> writes: > > > Hi all > > > > what i'm trying to do is this: > > > >>>>def foo (): > > ... return None > > .

How to assign a function to another function

2007-09-17 Thread Stefano Esposito
ot working and even trying with >>>def assigner (a, b): ... a = b ... >>>assigner(foo, bar) >>>foo() isn't working. How can I achieve my goal? Thanks for your help! :) -- Stefano Esposito <[EMAIL PROTECTED]> -- http://mail.python.org/mailman/listinfo/python-list