Popular recipes by Nichita Utiu http://code.activestate.com/recipes/users/4176755/2011-01-28T12:40:58-08:00ActiveState Code RecipesObject wrapper class (Python)
2011-01-28T12:40:58-08:00Nichita Utiuhttp://code.activestate.com/recipes/users/4176755/http://code.activestate.com/recipes/577555-object-wrapper-class/
<p style="color: grey">
Python
recipe 577555
by <a href="/recipes/users/4176755/">Nichita Utiu</a>
(<a href="/recipes/tags/wrapper/">wrapper</a>).
</p>
<p>This is a wrapper class which, it wraps an object which it then proxies unnhandled getattr calls to.</p>