Searched refs:mp_load_super_method (Results 1 – 5 of 5) sorted by relevance
267 mp_load_super_method,
149 void mp_load_super_method(qstr attr, mp_obj_t *dest);
172 #define mp_load_super_method(attr, dest) (mp_fun_table.load_super_method((attr), (dest))) macro
455 mp_load_super_method(qst, sp - 1); in mp_execute_bytecode()
1318 void mp_load_super_method(qstr attr, mp_obj_t *dest) { in mp_load_super_method() function
Completed in 11 milliseconds