Atlas PH sensor on rasberry pi and using I2C

I use the code published above dated 3 Feb '18 by “tpangburn”.

phvalue = float(string.split(output, ’ ')[2])
client.virtualWrite(1, phvalue, dataType=‘PH’, dataUnit=‘PH’)

Could you please teach me how to check the data type?
Thank you in advance.