Home
last modified time | relevance | path

Searched refs:arg_print (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstr.c1118 mp_print_t arg_print; in mp_obj_str_format_helper() local
1119 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() local
1571 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