#include <stdlib.h>
#include <assert.h>
#include "py/objtuple.h"
#include "py/runtime.h"
Go to the source code of this file.
◆ mp_obj_zip_t
◆ zip_iternext()
◆ zip_make_new()
◆ mp_type_zip
Initial value:= {
}
STATIC mp_obj_t zip_iternext(mp_obj_t self_in)
const mp_obj_type_t mp_type_type
mp_obj_t mp_identity_getiter(mp_obj_t self, mp_obj_iter_buf_t *iter_buf)
STATIC mp_obj_t zip_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *args)
Definition at line 70 of file objzip.c.