Searched refs:arg_looks_integer (Results 1 – 1 of 1) sorted by relevance
922 STATIC bool arg_looks_integer(mp_obj_t arg) { in arg_looks_integer() function927 return arg_looks_integer(arg) in arg_looks_numeric()1235 if (arg_looks_integer(arg)) { in mp_obj_str_format_helper()1535 } else if (arg_looks_integer(arg)) { in str_modulo_format()
Completed in 5 milliseconds