Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c171 static char *UnaryOp_fields[]={ variable
746 UnaryOp_type = make_type("UnaryOp", expr_type, UnaryOp_fields, 2); in init_types()
/external/python/cpython3/Python/
DPython-ast.c210 static char *UnaryOp_fields[]={ variable
917 UnaryOp_type = make_type("UnaryOp", expr_type, UnaryOp_fields, 2); in init_types()