Lines Matching defs:new
132 /* Creates a new name of the form <first_name>.<second_name> */
224 /* Creates a new asdl_seq* with the identifiers of all the names in seq */
361 expr_ty new = NULL;
364 new = _set_name_context(p, expr, ctx);
367 new = _set_tuple_context(p, expr, ctx);
370 new = _set_list_context(p, expr, ctx);
373 new = _set_subscript_context(p, expr, ctx);
376 new = _set_attribute_context(p, expr, ctx);
379 new = _set_starred_context(p, expr, ctx);
382 new = expr;
384 return new;
848 /* Return a new asdl_seq* with only the keywords in kwargs */