Searched refs:ast_for_classdef (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | ast.c | 33 static stmt_ty ast_for_classdef(struct compiling *, const node *, asdl_seq *); 938 thing = ast_for_classdef(c, CHILD(n, 1), decorator_seq); in ast_for_decorated() 3202 ast_for_classdef(struct compiling *c, const node *n, asdl_seq *decorator_seq) in ast_for_classdef() function 3313 return ast_for_classdef(c, ch, NULL); in ast_for_stmt()
|
/external/python/cpython3/Python/ |
D | ast.c | 573 static stmt_ty ast_for_classdef(struct compiling *, const node *, asdl_seq *); 1851 thing = ast_for_classdef(c, CHILD(n, 1), decorator_seq); in ast_for_decorated() 4328 ast_for_classdef(struct compiling *c, const node *n, asdl_seq *decorator_seq) in ast_for_classdef() function 4463 return ast_for_classdef(c, ch, NULL); in ast_for_stmt()
|