caliendo icon indicating copy to clipboard operation
caliendo copied to clipboard

Add support for lazy-loaded, and inherited methods

Open akellehe opened this issue 12 years ago • 0 comments

If a method isn't defined on a class directly it can't be stubbed out. Add support for this by wrapping getattr on the parent class (or with some other mechanism)

akellehe avatar Jan 05 '14 21:01 akellehe