Searched refs:str_endswith (Results 1 – 1 of 1) sorted by relevance
779 STATIC mp_obj_t str_endswith(size_t n_args, const mp_obj_t *args) { in str_endswith() function792 MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(str_endswith_obj, 2, 3, str_endswith);
Completed in 6 milliseconds