Searched refs:decorator (Results 1 – 10 of 10) 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.
38 def decorator(self, *args, **kwargs): function43 return decorator59 def decorator(self): function69 return decorator
4 def for_all_tests(decorator): argument23 decorator(getattr(decorated, test_name)))
25 def decorator(decorated): function31 @for_all_tests(decorator)
79 def decorator(func): function106 return decorator
86 def decorator(func): function127 return decorator
561 def decorator(func): function577 return decorator