module documentation

Provide class for testing in French locale

Class CommaDecimalPointLocale Sets LC_NUMERIC to a locale with comma as decimal point.
Function find_comma_decimal_point_locale See if platform has a decimal point as comma locale.
Constant __ALL__ Undocumented
def find_comma_decimal_point_locale(): (source)

See if platform has a decimal point as comma locale.

Find a locale that uses a comma instead of a period as the decimal point.

Returns
  • old_locale: str - Locale when the function was called.
  • new_locale: {str, None) - First French locale found, None if none found.

Undocumented

Value
['CommaDecimalPointLocale']