module documentation

Provide class for testing in French locale
Constant __ALL__ Undocumented
Class ​Comma​Decimal​Point​Locale 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.
__ALL__: list[str] =

Undocumented

Value
['CommaDecimalPointLocale']
def find_comma_decimal_point_locale():

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.