Searched refs:arg_print (Results 1 – 1 of 1) sorted by relevance
1118 mp_print_t arg_print; in mp_obj_str_format_helper() local1119 vstr_init_print(&arg_vstr, 16, &arg_print); in mp_obj_str_format_helper()1120 mp_obj_print_helper(&arg_print, arg, print_kind); in mp_obj_str_format_helper()1570 mp_print_t arg_print; in str_modulo_format() local1571 vstr_init_print(&arg_vstr, 16, &arg_print); in str_modulo_format()1578 mp_obj_print_helper(&arg_print, arg, print_kind); in str_modulo_format()
Completed in 6 milliseconds