Searched defs:mp_load_super_method (Results 1 – 2 of 2) sorted by relevance
172 #define mp_load_super_method(attr, dest) (mp_fun_table.load_super_method((attr), (dest))) macro
1318 void mp_load_super_method(qstr attr, mp_obj_t *dest) { in mp_load_super_method() function
Completed in 7 milliseconds