Home | History | Annotate | Download | only in common_lib

Lines Matching refs:wrapped_method

139     def wrapped_method(self, *args, **dargs):
148 wrapped_method.__name__ = method.__name__
149 wrapped_method.__doc__ = method.__doc__
150 return wrapped_method
164 def wrapped_method(self, *args, **dargs):
170 wrapped_method.__name__ = method.__name__
171 wrapped_method.__doc__ = method.__doc__
172 return wrapped_method