Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/parser/
Dtest_unparse.py41 class_decorator = """\ variable
176 self.check_roundtrip(class_decorator)
/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py743 def class_decorator(x): return x function
744 @class_decorator
Dpy2_test_grammar.py798 def class_decorator(x): function
801 @class_decorator
/external/python/cpython2/Lib/test/
Dtest_grammar.py830 def class_decorator(x): function
833 @class_decorator