plismbench.core module
Core module of plismbench
.
-
plismbench.core.dummy_function(value: int) → str[source]
Return string representation of an integer.
- Parameters:
value (int) – An integer value.
- Returns:
The string representation the provided integer.
- Return type:
str
- Raises:
TypeError – If the provided input type is not an integer.