data_base
❭ utils
❭ convertible_to_int
convertible_to_int
-
data_base.utils.convertible_to_int(x)
Returns True if x can be converted to an integer, False otherwise
- Parameters:
x (any) – the object to be tested
- Returns:
True if x can be converted to an integer, False otherwise
- Return type:
bool