Class DateSymbolJyLocale

java.lang.Object
org.python.modules._locale.DateSymbolJyLocale
All Implemented Interfaces:
DateSymbolLocale
Direct Known Subclasses:
JyLocale

public class DateSymbolJyLocale extends Object implements DateSymbolLocale
Separating these largely constant values from Python encoding conversions allows for safer initialization even if modules are loaded in different orders. The Python locale and codecs modules have interdependencies, as well as Time and _locale. The latter in particular depends on java.util.Locale and this class, but only uses the date symbol aspect.
Since:
Jython 2.7.2