def _return_itself(fun): def wrapper(*args, **kwargs): fun(*args, **kwargs) return wrapper