From 98fe8707d983ef4b9f10cab28a1a540b8dafc078 Mon Sep 17 00:00:00 2001
From: ChrisLovering wrapped ( assigned ( updated ( ignored_conflict_names ( wrapped ( assigned ( updated ( ignored_conflict_names ( A decorator that behaves like wrapper ( wrapped ( ignored_conflict_names ( wrapper ( wrapped ( ignored_conflict_names (
-
Callable[[ParamSpec(_P)], TypeVar(_R)]) – The function to wrap with.Sequence[str]) – Sequence of attribute names that are directly assigned from wrapped to wrapper.Sequence[str]) – Sequence of attribute names that are .update``d on ``wrapper from the attributes on wrapped.Set[str]) – A set of names to ignore if a conflict between them is found.Callable[[ParamSpec(_P)], TypeVar(_R)]) – The function to wrap with.Sequence[str]) – Sequence of attribute names that are directly assigned from wrapped to wrapper.Sequence[str]) – Sequence of attribute names that are .update``d on ``wrapper from the attributes on wrapped.Set[str]) – A set of names to ignore if a conflict between them is found.Callable[[Callable[[ParamSpec(_P)], TypeVar(_R)]], Callable[[ParamSpec(_P)], TypeVar(_R)]]Callable[[Callable[[ParamSpec(_P)], TypeVar(_R)]], Callable[[ParamSpec(_P)], TypeVar(_R)]]functools.wraps(),
@@ -475,9 +479,9 @@ changes won’t be reflected in the new function’s globals.
-
Callable[[ParamSpec(_P)], TypeVar(_R)]) – The function to wrap.Callable[[ParamSpec(_P)], TypeVar(_R)]) – The function to wrap with.Set[str]) – A set of names to ignore if a conflict between them is found.Callable[[ParamSpec(_P)], TypeVar(_R)]) – The function to wrap.Callable[[ParamSpec(_P)], TypeVar(_R)]) – The function to wrap with.Set[str]) – A set of names to ignore if a conflict between them is found.
ignored_conflict_names.
Callable[[ParamSpec(_P)], TypeVar(_R)]