Home | History | Annotate | Download | only in Lib

Lines Matching full:decimal_point

73                 'decimal_point': '.',
211 decimal_point = localeconv()[monetary and 'mon_decimal_point'
212 or 'decimal_point']
213 formatted = decimal_point.join(parts)
314 dd = localeconv()['decimal_point']