I have been taking a look at improving the runtime of a Python class\' copy operation which currently utilizes the copy.deepcopy() function:
def Foo(object):