Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c122 static char *Assert_fields[]={ variable
720 Assert_type = make_type("Assert", stmt_type, Assert_fields, 2); in init_types()
/external/python/cpython3/Python/
DPython-ast.c156 static char *Assert_fields[]={ variable
892 Assert_type = make_type("Assert", stmt_type, Assert_fields, 2); in init_types()