Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c165 static char *BinOp_fields[]={ variable
744 BinOp_type = make_type("BinOp", expr_type, BinOp_fields, 3); in init_types()
/external/python/cpython3/Python/
DPython-ast.c203 static char *BinOp_fields[]={ variable
915 BinOp_type = make_type("BinOp", expr_type, BinOp_fields, 3); in init_types()