Home | History | Annotate | Download | only in python2.7

Lines Matching full:decimal_point

71                 'decimal_point': '.',
209 decimal_point = localeconv()[monetary and 'mon_decimal_point'
210 or 'decimal_point']
211 formatted = decimal_point.join(parts)
312 dd = localeconv()['decimal_point']