Home
last modified time | relevance | path

Searched refs:class_decorator (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Demo/parser/
Dtest_unparse.py41 class_decorator = """\ variable
176 self.check_roundtrip(class_decorator)
/external/python/cpython3/Lib/test/test_tools/
Dtest_unparse.py72 class_decorator = """\ variable
231 self.check_roundtrip(class_decorator)
/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py798 def class_decorator(x): function
801 @class_decorator
Dpy3_test_grammar.py743 def class_decorator(x): return x function
744 @class_decorator
/external/python/cpython3/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py798 def class_decorator(x): function
801 @class_decorator
Dpy3_test_grammar.py767 def class_decorator(x): return x function
768 @class_decorator
/external/python/cpython2/Lib/test/
Dtest_grammar.py1014 def class_decorator(x): function
1017 @class_decorator
/external/python/cpython3/Lib/test/
Dtest_grammar.py1255 def class_decorator(x): return x function
1256 @class_decorator