Add functools.wraps for wrapper initializer
Preserve the original initializer function's metadata. See https://docs.python.org/3/library/functools.html#functools.update_wrapper
Showing
Please register or sign in to comment
Preserve the original initializer function's metadata. See https://docs.python.org/3/library/functools.html#functools.update_wrapper