Searched defs:decorator (Results 1 – 8 of 8) sorted by relevance
4 def for_all_tests(decorator): argument
25 def decorator(decorated): function
38 def decorator(self, *args, **kwargs): function59 def decorator(self): function
79 def decorator(func): function
86 def decorator(func): function
567 def decorator(func): function
563 update_result = lambda decorator: result.update( argument588 is_decorated = lambda decorator, test: decorator.__name__ == getattr( argument
544 def decorator(func): function