Closed jaebradley closed 8 years ago
Converting to ints will throw ValueErrors for None or str values. Test this.
int
ValueError
None
str
Resolved by #38
Converting to
int
s will throwValueError
s forNone
orstr
values. Test this.