sevnpy.str_is_int

sevnpy.utility.utility.str_is_int(param: str) bool[source]

This function check if the input parameter can be transformed to a intger number

Parameters:

param (str) – The string to check

Returns:

result – True if the input string can be transformed to a int, False otherwise

Return type:

bool