-
Damien George authored
mp_obj_is_integer should be used to check if an object is of integral type. It returns true for bool, small int and long int.
b5fbd0ba
mp_obj_is_integer should be used to check if an object is of integral type. It returns true for bool, small int and long int.