Esempio n. 1
0
 def val_from_str_add(self, s):
     """
     Convert a value from a string and adjust the number of decimals if
     `adjust_decimals` is non-zero.
     """
     return _variable.val_from_str_add_cont(self, s)
Esempio n. 2
0
 def val_from_str_add(self, s):
     """
     Convert a value from a string and adjust the number of decimals if
     `adjust_decimals` is non-zero.
     """
     return _variable.val_from_str_add_cont(self, s)