Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H 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()
H 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()
H 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__()
H 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()
H 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()
H 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 …
H A Dobjtype.c975 return mp_obj_new_type(mp_obj_str_get_qstr(args[0]), args[1], args[2]); in type_make_new()
H A Druntime.c1465 qstr qname = mp_obj_str_get_qstr(map->table[i].key); in mp_import_all()
H A Dobjstr.c2146 qstr mp_obj_str_get_qstr(mp_obj_t self_in) { in mp_obj_str_get_qstr() function
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dnetwork_lan.c116 switch (mp_obj_str_get_qstr(args[1])) { in network_lan_config()
132 switch (mp_obj_str_get_qstr(e->key)) { in network_lan_config()
H A Dnetwork_wiznet5k.c393 switch (mp_obj_str_get_qstr(args[1])) { in wiznet5k_config()
411 switch (mp_obj_str_get_qstr(e->key)) { in wiznet5k_config()
/dports/lang/micropython/micropython-1.17/extmod/
H 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()
H 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()
/dports/lang/micropython/micropython-1.17/ports/esp8266/
H A Dmodnetwork.c178 switch (mp_obj_str_get_qstr(args[1])) { in esp_status()
435 qstr key = mp_obj_str_get_qstr(args[1]); in esp_config()