in publishfunction/cwmetricstream2.py [0:0]
def isWholeNumber(metric_type): for metric_meta in allMetrics['Items']: if metric_meta['MetricType']['S'] == metric_type: return metric_meta['IsWholeNumber']['BOOL'] == True