Home
last modified time | relevance | path

Searched refs:mp_const_notimplemented (Results 1 – 2 of 2) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dobj.h690 #define mp_const_notimplemented (MP_OBJ_FROM_PTR(&mp_const_notimplemented_obj)) macro
H A Dobjtype.c569 if (res == mp_const_notimplemented) { in instance_binary_op()