-
- Downloads
py: Add mp_obj_is_integer; make mp_get_index check for long int.
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.
Please register or sign in to comment
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.