Home
last modified time | relevance | path

Searched refs:mp_obj_str_get_qstr (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjnamedtuple.c121 qstr kw = mp_obj_str_get_qstr(args[i]); in namedtuple_make_new()
149 o->fields[i] = mp_obj_str_get_qstr(fields[i]); in mp_obj_new_namedtuple_base()
171 qstr name = mp_obj_str_get_qstr(name_in); in new_namedtuple_type()
A Dbuiltinevex.c84 qstr filename = mp_obj_str_get_qstr(args[1]); in mp_builtin_compile()
90 qstr mode = mp_obj_str_get_qstr(args[2]); in mp_builtin_compile()
A Dbuiltinimport.c340 qstr module_name_qstr = mp_obj_str_get_qstr(module_name); in mp_builtin___import__()
485 qstr module_name_qstr = mp_obj_str_get_qstr(args[0]); in mp_builtin___import__()
A Dmodbuiltins.c582 return mp_load_attr_default(args[0], mp_obj_str_get_qstr(args[1]), defval); in mp_builtin_getattr()
587 mp_store_attr(base, mp_obj_str_get_qstr(attr), value); in mp_builtin_setattr()
600 qstr attr = mp_obj_str_get_qstr(attr_in); in mp_builtin_hasattr()
A Dmodio.c217 …mp_obj_t pkg = mp_import_name(mp_obj_str_get_qstr(package_in), mp_const_true, MP_OBJ_NEW_SMALL_INT… in resource_stream()
A Dobj.h836 qstr mp_obj_str_get_qstr(mp_obj_t self_in); // use this if you will anyway convert the string to a …
A Dobjtype.c975 return mp_obj_new_type(mp_obj_str_get_qstr(args[0]), args[1], args[2]); in type_make_new()
A Druntime.c1465 qstr qname = mp_obj_str_get_qstr(map->table[i].key); in mp_import_all()
A Dobjstr.c2146 qstr mp_obj_str_get_qstr(mp_obj_t self_in) { in mp_obj_str_get_qstr() function
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dnetwork_cyw43.c278 switch (mp_obj_str_get_qstr(args[1])) { in network_cyw43_status()
322 switch (mp_obj_str_get_qstr(args[1])) { in network_cyw43_config()
368 switch (mp_obj_str_get_qstr(e->key)) { in network_cyw43_config()
A Dmodbluetooth.c304 switch (mp_obj_str_get_qstr(args[1])) { in bluetooth_ble_config()
337 switch (mp_obj_str_get_qstr(e->key)) { in bluetooth_ble_config()

Completed in 27 milliseconds