Joshua Landau wrote:

> On 7 August 2013 15:46, Peter Otten <__pete...@web.de> wrote:

>> def make_instancemethod(inst, methodname):
>>     return getattr(inst, methodname)
> 
> This is just getattr -- you can replace the two uses of
> make_instancemethod with getattr and delete this ;).

D'oh ;)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to