Home
last modified time | relevance | path

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

/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/cpython2/Include/
DPython-ast.h76 asdl_seq *decorator_list; member
83 asdl_seq *decorator_list; member