Searched refs:wrapped_method (Results 1 – 2 of 2) sorted by relevance
139 def wrapped_method(self, *args, **dargs): function148 wrapped_method.__name__ = method.__name__149 wrapped_method.__doc__ = method.__doc__150 return wrapped_method164 def wrapped_method(self, *args, **dargs): function170 wrapped_method.__name__ = method.__name__171 wrapped_method.__doc__ = method.__doc__172 return wrapped_method
216 def wrapped_method(method_to_wrap, name, *arg, **kwargs): function224 functools.partial(wrapped_method, method, method_name))