Home | History | Annotate | Download | only in common_lib

Lines Matching full:wrapped_method

130     def wrapped_method(self, *args, **dargs):
139 wrapped_method.__name__ = method.__name__
140 wrapped_method.__doc__ = method.__doc__
141 return wrapped_method
155 def wrapped_method(self, *args, **dargs):
161 wrapped_method.__name__ = method.__name__
162 wrapped_method.__doc__ = method.__doc__
163 return wrapped_method