Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstr.c988 const char *format_spec = NULL; in mp_obj_str_format_helper() local
1029 format_spec = str; in mp_obj_str_format_helper()
1106 if (!format_spec && !conversion) { in mp_obj_str_format_helper()
1131 if (format_spec) { in mp_obj_str_format_helper()
1144 … vstr_t format_spec_vstr = mp_obj_str_format_helper(format_spec, str, arg_i, n_args, args, kwargs); in mp_obj_str_format_helper()

Completed in 6 milliseconds