in doubles/instance_double.py [0:0]
def __init__(self, path, **kwargs):
module_path, class_name = get_path_components(path)
module = get_module(module_path, path)
self._doubles_target = _get_doubles_target(module, class_name, path)
for k, v in kwargs.items():
setattr(self, k, v)