Searched refs:wrapped_method (Results 1 – 1 of 1) sorted by relevance
132 def wrapped_method(self, *args, **dargs): function141 wrapped_method.__name__ = method.__name__142 wrapped_method.__doc__ = method.__doc__143 return wrapped_method157 def wrapped_method(self, *args, **dargs): function163 wrapped_method.__name__ = method.__name__164 wrapped_method.__doc__ = method.__doc__165 return wrapped_method