Helpers

The helpers module has all additional helper methods used in the codebase.

helpers.cast_string_to_python_type(string)[source]

Returns None, an integer, float or a string from a string

helpers.is_nan_numeric(value)[source]

Determines if value might be nan or inf or some other numeric value (i.e. which can be cast as float) that is not actually a number.

Return type:

bool