Parses integer input values.
value (int) – The input value.
The input value. Works as an identity function for valid input.
int
ValueError – If the input is not explicitly of int type.