rberga06.utils.func.wrap#

Function wrappers.

Functions

update_wrapper(wrapper, wrapped, /, *[, ...])

Like functools.update_wrapper(...), but type checked.

wraps(wrapped, /, *[, silent, signature, ...])

Like functools.wraps(...), but type checked.