HomeSort by relevance Sort by last modified time
    Searched refs:withitem_ty (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Include/
Python-ast.h 39 typedef struct _withitem *withitem_ty; typedef in typeref:struct:_withitem
632 withitem_ty _Py_withitem(expr_ty context_expr, expr_ty optional_vars, PyArena
  /external/python/cpython3/Python/
symtable.c 190 static int symtable_visit_withitem(struct symtable *st, withitem_ty item);
    [all...]
ast.c 433 withitem_ty item = asdl_seq_GET(stmt->v.With.items, i);
443 withitem_ty item = asdl_seq_GET(stmt->v.AsyncWith.items, i);
    [all...]
Python-ast.c     [all...]
compile.c     [all...]

Completed in 97 milliseconds