Home
last modified time | relevance | path

Searched refs:MICROPY_MODULE_DICT_SIZE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmpconfig.h228 #ifndef MICROPY_MODULE_DICT_SIZE
229 #define MICROPY_MODULE_DICT_SIZE (1) macro
A Dobjmodule.c123 o->globals = MP_OBJ_TO_PTR(mp_obj_new_dict(MICROPY_MODULE_DICT_SIZE)); in mp_obj_new_module()

Completed in 6 milliseconds