Searched refs:ast2obj_withitem (Results 1 – 1 of 1) sorted by relevance
498 static PyObject* ast2obj_withitem(void*);2884 value = ast2obj_list(o->v.With.items, ast2obj_withitem); in ast2obj_stmt()2898 value = ast2obj_list(o->v.AsyncWith.items, ast2obj_withitem); in ast2obj_stmt()3914 ast2obj_withitem(void* _o) in ast2obj_withitem() function