Home
last modified time | relevance | path

Searched defs:decorator_list (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Python/
DPython-ast.c1257 decorator_list, expr_ty returns, int lineno, int col_offset, in FunctionDef()
1287 * decorator_list, expr_ty returns, int lineno, int col_offset, in AsyncFunctionDef()
1317 body, asdl_seq * decorator_list, int lineno, int col_offset, PyArena in ClassDef()
4165 asdl_seq* decorator_list; in obj2ast_stmt() local
4269 asdl_seq* decorator_list; in obj2ast_stmt() local
4374 asdl_seq* decorator_list; in obj2ast_stmt() local
/external/python/cpython3/Lib/test/
Dtest_ast.py635 def cls(bases=None, keywords=None, body=None, decorator_list=None): argument
/external/python/cpython2/Python/
DPython-ast.c1042 decorator_list, int lineno, int col_offset, PyArena *arena) in FunctionDef()
1070 decorator_list, int lineno, int col_offset, PyArena *arena) in ClassDef()
3527 asdl_seq* decorator_list; in obj2ast_stmt() local
3624 asdl_seq* decorator_list; in obj2ast_stmt() local
/external/python/cpython3/Include/
DPython-ast.h81 asdl_seq *decorator_list; member
89 asdl_seq *decorator_list; member
98 asdl_seq *decorator_list; member
/external/python/cpython2/Include/
DPython-ast.h76 asdl_seq *decorator_list; member
83 asdl_seq *decorator_list; member