in type_check.py [0:0]
def another_convert_type(param): if '.' in param: param = float(param) else: param = int(param) return param