Searched defs:mp_obj_str_get_str (Results 1 – 2 of 2) sorted by relevance
118 #define mp_obj_str_get_str(s) (mp_obj_str_get_data_dyn((s), NULL)) macro
2159 const char *mp_obj_str_get_str(mp_obj_t self_in) { in mp_obj_str_get_str() function
Completed in 10 milliseconds