Skip to content
Snippets Groups Projects
Select Git revision
  • 8721087661ea607ea68d45b4e518e53607cadbd3
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

builtintables.h

Blame
  • user avatar
    Damien George authored
    Finishes addressing issue #424.
    
    In the end this was a very neat refactor that now makes things a lot
    more consistent across the py code base.  It allowed some
    simplifications in certain places, now that everything is a dict object.
    
    Also converted builtins tables to dictionaries.  This will be useful
    when we need to turn builtins into a proper module.
    7efc5b3f
    History
    builtintables.h 110 B
    extern const mp_obj_dict_t mp_builtin_object_dict_obj;
    extern const mp_obj_dict_t mp_builtin_module_dict_obj;