Searched refs:wrapped_method (Results 1 – 1 of 1) sorted by relevance
130 def wrapped_method(self, *args, **dargs): function139 wrapped_method.__name__ = method.__name__140 wrapped_method.__doc__ = method.__doc__141 return wrapped_method155 def wrapped_method(self, *args, **dargs): function161 wrapped_method.__name__ = method.__name__162 wrapped_method.__doc__ = method.__doc__163 return wrapped_method