mypackage.subpackage1.module1 module#
- mypackage.subpackage1.module1.int_to_str(input: int) str #
Convert integer to string.
This function converts an integer to its string representation.
- Parameters:
input (int) – the integer to be converted to string
- Returns:
the resulting string
- Return type:
str