Nick Coghlan wrote: ... > from functools import partial as do > > @do(fn) ^^^ The moral equivalent of add_callback(lambda x: function(x)) ^^^ > def _(...): > stmt1 > ... --Scott David Daniels Scott.Daniels at Acm.Org