Interface PyLocale

  • All Superinterfaces:
    DateSymbolLocale
    All Known Implementing Classes:
    CEmulationLocale, JyLocale

    public interface PyLocale
    extends DateSymbolLocale
    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