Home
last modified time | relevance | path

Searched defs:mp_load_method (Results 1 – 2 of 2) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Ddynruntime.h171 #define mp_load_method(base, attr, dest) (mp_fun_table.load_method((base), (attr), (dest))) macro
H A Druntime.c1116 void mp_load_method(mp_obj_t base, qstr attr, mp_obj_t *dest) { in mp_load_method() function