Now it will show the expected result for dir(objectWrapp erInstance), similar to what you would get if you had inherited from the wrapped object.
Code:
class ObjectWrapper(object):
"""ObjectWrapper class redirects unhandled calls to wrapped object.
Intended
Leave a comment: