Closed dnathe4th closed 9 years ago
@dnathe4th what does this mean for users? Can you add an example, potentially to the docs?
This looks good to me.
@breerly I'll mention it in the changelog but not sure where it belongs in the docs. It's not really directly useful to users it just means lazy wrappers (calling functools.wraps(func)
where func is a ProxyMethod
on an already double
d object) will no longer throw AttributeException
s for __name__
not being a property of ProxyMethod
.