Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
DPython-ast.h683 #define withitem(a0, a1, a2) _Py_withitem(a0, a1, a2) macro
/external/python/cpython3/Python/
DPython-ast.c3340 withitem(expr_ty context_expr, expr_ty optional_vars, PyArena *arena) in withitem() function