Searched refs:obj_gc (Results 1 – 3 of 3) sorted by relevance
176 STATIC mp_obj_t obj_gc(size_t n_args, const mp_obj_t *args) in obj_gc() function190 STATIC MP_DEFINE_CONST_FUN_OBJ_VAR(system_obj_gc, 1, obj_gc);
177 STATIC mp_obj_t obj_gc(size_t n_args, const mp_obj_t *args) in obj_gc() function191 STATIC MP_DEFINE_CONST_FUN_OBJ_VAR(system_obj_gc, 1, obj_gc);
Completed in 9 milliseconds