Searched defs:JoinedStr (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ |
D | Python-ast.h | 331 } JoinedStr; member 626 #define JoinedStr(a0, a1, a2, a3, a4, a5) _Py_JoinedStr(a0, a1, a2, a3, a4, a5) macro
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 2986 JoinedStr(asdl_seq * values, int lineno, int col_offset, int end_lineno, int in JoinedStr() function
|