Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c306 static char *JoinedStr_fields[]={ variable
953 JoinedStr_type = make_type("JoinedStr", expr_type, JoinedStr_fields, 1); in init_types()