Skip to content
  • Paul Sokolovsky's avatar
    objtype: Support calling normal methods inherited from native base class. · 7f0419c0
    Paul Sokolovsky authored
    Biggest part of this support is refactoring mp_obj_class_lookup() to return
    standard "bound member" pair (mp_obj_t[2]). Actual support of inherited
    native methods is 3 lines then. Some inherited features may be not supported
    yet (e.g. native class methods, native properties, etc., etc.). There may
    be opportunities for further optimization too.
    7f0419c0