Top Description Methods
org.python.modules._locale

public Interface PyLocale

extends DateSymbolLocale
Known Direct Implementers
org.python.modules._locale.CEmulationLocale, org.python.modules._locale.JyLocale
Imports
org.python.core.PyDictionary, .PyString

Definition of a Python native locale implementation. Based on Python locale module behaviour and implicit dependencies, and the _localemodule.c implementation in CPython. It is recommended classes implementing this interface are made immutable.
Since
Jython 2.7.2

Method Summary

Modifier and TypeMethod and Description
public PyString
public PyString
public PyDictionary
public int
public PyString
Inherited from org.python.modules._locale.DateSymbolLocale:
getAmPmStringsgetMonthsgetShortMonthsgetShortWeekdaysgetWeekdays

Method Detail

getLocaleStringback to summary
public PyString getLocaleString()
getUnderlyingLocaleback to summary
public PyString getUnderlyingLocale()
localeconvback to summary
public PyDictionary localeconv()
strcollback to summary
public int strcoll(PyString str1, PyString str2)
strxfrmback to summary
public PyString strxfrm(PyString str1)