HomeSort by relevance Sort by last modified time
    Searched full:wrapped_method (Results 1 - 1 of 1) sorted by null

  /external/autotest/client/common_lib/
base_job.py 130 def wrapped_method(self, *args, **dargs): function in function:with_backing_lock
139 wrapped_method.__name__ = method.__name__
140 wrapped_method.__doc__ = method.__doc__
141 return wrapped_method
155 def wrapped_method(self, *args, **dargs): function in function:with_backing_file
161 wrapped_method.__name__ = method.__name__
162 wrapped_method.__doc__ = method.__doc__
163 return wrapped_method
    [all...]

Completed in 50 milliseconds