Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
DPython-ast.h345 } Starred; member
595 #define Starred(a0, a1, a2, a3, a4) _Py_Starred(a0, a1, a2, a3, a4) macro
/external/python/cpython3/Python/
DPython-ast.c2301 Starred(expr_ty value, expr_context_ty ctx, int lineno, int col_offset, PyArena in Starred() function