rberga06.utils.func.wrap.wraps#

rberga06.utils.func.wrap.wraps(wrapped: _F, /, *, silent: bool = False, signature: bool = True, assigned: set[str] = {'__doc__', '__module__', '__name__', '__qualname__'}) Callable[[_G], _F | _G]#

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