I\'m trying to copy an object using copy.copy() but it doesn\'t work when the class contains a __dict__() method, and errors with AttributeError:
copy.copy()
__dict__()
AttributeError: