_localemodule.c implementation in CPython.
It is recommended classes implementing this interface are made immutable.
| Modifier and Type | Method and Description |
|---|---|
| public PyString | |
| public PyString | |
| public PyDictionary | |
| public int | |
| public PyString |
| getLocaleString | back to summary |
|---|---|
| public PyString getLocaleString() | |
| getUnderlyingLocale | back to summary |
|---|---|
| public PyString getUnderlyingLocale() | |
| localeconv | back to summary |
|---|---|
| public PyDictionary localeconv() | |
| strcoll | back to summary |
|---|---|
| public int strcoll(PyString str1, PyString str2) | |
| strxfrm | back to summary |
|---|---|
| public PyString strxfrm(PyString str1) | |