Home
last modified time | relevance | path

Searched refs:stmt_attributes (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
DPython-ast.c35 static char *stmt_attributes[] = { variable
689 if (!add_attributes(stmt_type, stmt_attributes, 2)) return 0; in init_types()
/external/python/cpython3/Python/
DPython-ast.c31 static char *stmt_attributes[] = { variable
857 if (!add_attributes(stmt_type, stmt_attributes, 2)) return 0; in init_types()