Searched refs:format_spec (Results 1 – 1 of 1) sorted by relevance
988 const char *format_spec = NULL; in mp_obj_str_format_helper() local1029 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