Searched refs:decorator (Results 1 – 9 of 9) sorted by relevance
304 decorator = common_util.io_error_handle(some_io_error_func)305 decorator()325 decorator = common_util.check_args(name=str, text=str)326 decorator(parse_rule(None, 'text'))328 decorator = common_util.check_args(name=str, text=str)329 decorator(parse_rule('Paul', ''))331 decorator = common_util.check_args(name=str, text=str)332 decorator(parse_rule(1, 2))
547 def decorator(func): function576 return decorator
41 ```test_finder_base.find_method_register``` decorator. This decorator will51 Decorate each find method with the ```test_finder_base.register``` decorator.52 This is used by the class decorator to identify the find methods of the class.
4 def for_all_tests(decorator): argument23 decorator(getattr(decorated, test_name)))
25 def decorator(decorated): function31 @for_all_tests(decorator)
77 def decorator(func): function118 return decorator
560 def decorator(func): function576 return decorator
79 def decorator(func): function106 return decorator