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...] |