Example #1
0
 def pythonize(self, val):
     val = unique_value(val)
     return to_float(val)
Example #2
0
 def pythonize(self, val):
     return to_float(val)
Example #3
0
 def pythonize(self, val):
     return to_float(val)
Example #4
0
 def pythonize(self, val):
     val = unique_value(val)
     return to_float(val)