Home
last modified time | relevance | path

Searched defs:JoinedStr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
DPython-ast.h316 } JoinedStr; member
576 #define JoinedStr(a0, a1, a2, a3) _Py_JoinedStr(a0, a1, a2, a3) macro
/external/python/cpython3/Python/
DPython-ast.c2153 JoinedStr(asdl_seq * values, int lineno, int col_offset, PyArena *arena) in JoinedStr() function