Searched refs:mp_obj_is_str (Results 1 – 17 of 17) sorted by relevance
75 if (mp_obj_is_str(value)) { in ble_startAdv()85 if (mp_obj_is_str(value)) { in ble_startAdv()172 if (mp_obj_is_str(chara_items_eles[2])) { in ble_addService()179 if (mp_obj_is_str(chara_items_eles[3])) { in ble_addService()
71 if (!mp_obj_is_str(attr)) { in object___setattr__()86 if (!mp_obj_is_str(attr)) { in object___delattr__()
217 if (mp_obj_is_str(o1)) { in mp_obj_equal_not_equal()218 if (mp_obj_is_str(o2)) { in mp_obj_equal_not_equal()231 } else if (mp_obj_is_str(o2) && mp_obj_is_type(o1, &mp_type_bytes)) { in mp_obj_equal_not_equal()519 mp_obj_is_str(o_in) || in mp_obj_len_maybe()
175 if (mp_obj_is_str(fields_in)) { in new_namedtuple_type()
82 if (mp_obj_is_str(args[0])) { in complex_make_new()
465 } else if (mp_obj_is_str(obj)) { in convert_obj_for_inline_asm()
716 #define mp_obj_is_str(o) (mp_obj_is_qstr(o) || mp_obj_is_type(o, &mp_type_str)) macro1028 #define MP_OBJ_IS_STR mp_obj_is_str
632 if (mp_obj_is_str(o)) { in save_obj()
361 if (mp_obj_is_str(o_in)) { in mp_builtin_ord()
212 if (mp_obj_is_str(args[0])) { in bytes_make_new()1528 if (mp_obj_is_str(arg)) { in str_modulo_format()
3053 && mp_obj_is_str(get_const_object((mp_parse_node_struct_t *)pns->nodes[0])))) { in check_for_doc_string()
140 mp_obj_is_str(args[1]) ? (char *)mp_obj_str_get_str(args[1]) : NULL; in aiagent_infer()142 mp_obj_is_str(args[2]) ? (char *)mp_obj_str_get_str(args[2]) : NULL; in aiagent_infer()
81 mp_obj_is_str(args[4]) ? (char *)mp_obj_str_get_str(args[4]) : NULL; in obj_input()
91 const char *sink = mp_obj_is_str(args[7]) ? mp_obj_str_get_str(args[7]) : NULL; in uvoice_open()137 char *sink = mp_obj_is_str(args[7]) ? (char *)mp_obj_str_get_str(args[7]) : NULL; in uvoice_set_sink()
80 if (mp_obj_is_str(args[1])) { in i2c_open()
78 if (mp_obj_is_str(args[1])) { in spi_open()
269 if (mp_obj_is_str(mnt_in)) { in mp_vfs_umount()
Completed in 35 milliseconds