Code snippet: dualmethod descriptor
Steven D'Aprano
steve at REMOVE-THIS-cybersource.com.au
Thu Feb 4 19:09:24 EST 2010
On Thu, 04 Feb 2010 00:09:02 -0300, Gabriel Genellina wrote:
> En Sat, 30 Jan 2010 03:06:18 -0300, Steven D'Aprano
> <steve at remove-this-cybersource.com.au> escribió:
>
>> class dualmethod(object):
[...]
> Seems useful!
> Perhaps a better place to post it would be
> <http://code.activestate.com/recipes/langs/python/>, at least it's
> easier to search.
Thank you for the encouragement. The recipe is now posted:
http://code.activestate.com/recipes/577030/
--
Steven
More information about the Python-list
mailing list