Searched refs:handle_errors (Results 1 - 4 of 4) sorted by relevance
/pkg/src/ |
H A D | depot-config.py | 956 def handle_errors(func, *args, **kwargs): function 1000 __retval = handle_errors(main_func)
|
H A D | sysrepo.py | 921 def handle_errors(func, *args, **kwargs): function 972 __retval = handle_errors(main_func)
|
H A D | client.py | 1949 remote dispatch routine with a call to handle_errors(), which 1956 rv = handle_errors(self.__dispatch, True, op, pwargs) 4690 # Normally this would get flushed by handle_errors 5626 def handle_errors(func, non_wrap_print=True, *args, **kwargs): function 5743 __ret = handle_errors(_wrapper, non_wrap_print=False) 5813 __retval = handle_errors(main_func) 5817 handle_errors(__display_timings)
|
H A D | pkgrepo.py | 2311 def handle_errors(func, *args, **kwargs): function 2375 __retval = handle_errors(main_func)
|
Completed in 34 milliseconds