Searched refs:wrapped_func (Results 1 – 1 of 1) sorted by relevance
38 def wrapped_func(*args, **kwargs): function42 return_cb_index = getattr(wrapped_func, '_logging_return_cb_index')57 raise_cb_index = getattr(wrapped_func, '_logging_raise_cb_index')88 wrapped_func._logging_return_cb_index = -189 wrapped_func._logging_raise_cb_index = -195 wrapped_func._logging_return_cb_index = args.index(return_cb_arg)101 wrapped_func._logging_raise_cb_index = args.index(raise_cb_arg)102 return wrapped_func