in doubles/patch.py [0:0]
def __init__(self, target):
"""
:param str path: The absolute module path to the class.
"""
module_path, self._name = get_path_components(target)
self.target = get_module(module_path, target)
self._capture_original_object()
self.set_value(None)