Searched refs:MP_UNARY_OP_INT (Results 1 – 6 of 6) sorted by relevance
78 MP_UNARY_OP_INT, // __int__ enumerator
65 return mp_unary_op(MP_UNARY_OP_INT, args[0]); in mp_obj_int_make_new()
249 case MP_UNARY_OP_INT: in mp_unary_op()296 if (op == MP_UNARY_OP_INT) { in mp_unary_op()302 if (op == MP_UNARY_OP_INT) { in mp_unary_op()
303 mp_obj_t res = mp_unary_op(MP_UNARY_OP_INT, (mp_obj_t)arg); in mp_obj_get_int()
375 [MP_UNARY_OP_INT] = MP_QSTR___int__,427 case MP_UNARY_OP_INT: in instance_unary_op()
590 case MP_UNARY_OP_INT: in uctypes_struct_unary_op()
Completed in 17 milliseconds