mip_dmp.process.utils module

Module that provides functions to support the modules of the mip_dmp.process sub-package.

mip_dmp.process.utils.is_number(s)[source]

Check if a string is a number.

Parameters

sstr

String to check.

Returns

bool

True if the string is a number, False otherwise.