37 #ifndef MICROPY_PY_UERRNO_LIST 38 #define MICROPY_PY_UERRNO_LIST \ 64 #if MICROPY_PY_UERRNO_ERRORCODE 66 #define X(e) { MP_ROM_INT(MP_ ## e), MP_ROM_QSTR(MP_QSTR_## e) }, 67 MICROPY_PY_UERRNO_LIST
74 .all_keys_are_qstrs = 0,
86 #if MICROPY_PY_UERRNO_ERRORCODE 90 #define X(e) { MP_ROM_QSTR(MP_QSTR_## e), MP_ROM_INT(MP_ ## e) }, 91 MICROPY_PY_UERRNO_LIST
103 #if MICROPY_PY_UERRNO_ERRORCODE 113 for (
size_t i = 0; i <
MP_ARRAY_SIZE(mp_module_uerrno_globals_table); ++i) {
114 if (errno_val == mp_module_uerrno_globals_table[i].value) {
122 #endif //MICROPY_PY_UERRNO
#define MP_DEFINE_CONST_DICT(dict_name, table_name)
#define MP_OBJ_QSTR_VALUE(o)
mp_map_elem_t * mp_map_lookup(mp_map_t *map, mp_obj_t index, mp_map_lookup_kind_t lookup_kind)
const mp_obj_module_t mp_module_uerrno
const mp_obj_type_t mp_type_dict
const mp_obj_type_t mp_type_module