Home
last modified time | relevance | path

Searched refs:mp_load_super_method (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dnativeglue.c267 mp_load_super_method,
A Druntime.h149 void mp_load_super_method(qstr attr, mp_obj_t *dest);
A Ddynruntime.h172 #define mp_load_super_method(attr, dest) (mp_fun_table.load_super_method((attr), (dest))) macro
A Dvm.c455 mp_load_super_method(qst, sp - 1); in mp_execute_bytecode()
A Dobjtype.c1318 void mp_load_super_method(qstr attr, mp_obj_t *dest) { in mp_load_super_method() function

Completed in 11 milliseconds