Home
last modified time | relevance | path

Searched defs:mp_obj_new_str (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Ddynruntime.h107 #define mp_obj_new_str(data, len) (mp_fun_table.obj_new_str((data), (len))) macro
A Dobjstr.c2088 mp_obj_t mp_obj_new_str(const char *data, size_t len) { in mp_obj_new_str() function

Completed in 12 milliseconds