Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
DPython-ast.h353 } Starred; member
640 #define Starred(a0, a1, a2, a3, a4, a5, a6) _Py_Starred(a0, a1, a2, a3, a4, a5, a6) macro
/external/python/cpython3/Python/
DPython-ast.c3094 Starred(expr_ty value, expr_context_ty ctx, int lineno, int col_offset, int in Starred() function