Searched refs:attr_set_method (Results 1 – 1 of 1) sorted by relevance
743 mp_obj_t attr_set_method[4]; in mp_obj_instance_store_attr() local744 mp_load_method_maybe(member[0], MP_QSTR___set__, attr_set_method); in mp_obj_instance_store_attr()745 if (attr_set_method[0] != MP_OBJ_NULL) { in mp_obj_instance_store_attr()746 attr_set_method[2] = self_in; in mp_obj_instance_store_attr()747 attr_set_method[3] = value; in mp_obj_instance_store_attr()748 mp_call_method_n_kw(2, 0, attr_set_method); in mp_obj_instance_store_attr()
Completed in 4 milliseconds