Paul Sokolovsky 7f0419c0e5 objtype: Support calling normal methods inherited from native base class.
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.
2014-04-30 02:14:30 +03:00
..
2014-04-17 18:18:55 +01:00
2014-04-27 15:50:52 +01:00
2014-04-27 15:50:52 +01:00
2014-04-01 01:17:33 -07:00
2014-03-17 02:43:40 -07:00
2014-04-26 20:26:14 +03:00
2014-04-08 22:11:40 +03:00
2014-03-30 13:35:08 +01:00
2014-04-27 15:50:52 +01:00
2014-04-27 15:50:52 +01:00
2014-04-26 20:26:14 +03:00
2014-04-27 15:50:52 +01:00
2014-04-27 15:50:52 +01:00