Searched defs:decorator_list (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Python/ |
D | Python-ast.c | 1257 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/ |
D | test_ast.py | 635 def cls(bases=None, keywords=None, body=None, decorator_list=None): argument
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 1042 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/ |
D | Python-ast.h | 81 asdl_seq *decorator_list; member 89 asdl_seq *decorator_list; member 98 asdl_seq *decorator_list; member
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 76 asdl_seq *decorator_list; member 83 asdl_seq *decorator_list; member
|