babel._compat.abc.MutableMapping
babel.localedata.LocaleDataDict
- Dictionary wrapper that automatically resolves aliases to the actual values.datetime.tzinfo
babel.localtime._FallbackLocalTimezone
- Undocumentedbabel.util.FixedOffsetTimezone
- Fixed offset in minutes east from UTC.distutils.cmd.Command
babel.messages.frontend.Command
- Undocumentedbabel.messages.frontend.compile_catalog
- Catalog compilation command for use in setup.py scripts.babel.messages.frontend.extract_messages
- Message extraction command for use in setup.py scripts.babel.messages.frontend.init_catalog
- New catalog initialization command for use in setup.py scripts.babel.messages.frontend.update_catalog
- Catalog merging command for use in setup.py scripts.Exception
babel.core.UnknownLocaleError
- Exception thrown when a locale is requested for which no locale data is available.babel.messages.catalog.TranslationError
- Exception thrown by translation checkers when invalid message translations are encountered.babel.messages.pofile.PoFileError
- Exception thrown by PoParser when an invalid po file is encountered.babel.numbers.UnknownCurrencyError
- Exception thrown when a currency is requested for which no data is available.babel.plural.RuleError
- Raised if a rule is malformed.gettext.GNUTranslations
babel.support.Translations
- An extended translation catalog class.gettext.NullTranslations
babel.support.NullTranslations
- No class docstring; 0/5 instance variable, 0/2 constant, 19/19 methods documentedbabel.support.Translations
- An extended translation catalog class.KeyError
babel.numbers.UnknownCurrencyFormatError
- Exception raised when an unknown currency format is requested.object
babel.core.Locale
- Representation of a specific locale.babel.dates.DateTimeFormat
- No class docstring; 0/2 instance variable, 3/18 methods documentedbabel.dates.DateTimePattern
- Undocumentedbabel.dates.TimezoneTransition
- A helper object that represents the return value from get_next_timezone_transition
.babel.localedata.Alias
- Representation of an alias in the locale data.babel.messages.catalog.Catalog
- Representation of a message catalog.babel.messages.catalog.Message
- Representation of a single message in a catalog.babel.messages.frontend.CommandLineInterface
- Command-line interface.babel.messages.pofile._NormalizedString
- Undocumentedbabel.messages.pofile.PoFileParser
- Support class to read messages from a gettext PO (portable object) file and add them to a Catalog
babel.numbers.NumberPattern
- No class docstring; 0/9 instance variable, 3/9 methods documentedbabel.plural._Compiler
- The compilers are able to transform the expressions into multiple output formats.babel.plural._GettextCompiler
- Compile into a gettext plural expression.babel.plural._JavaScriptCompiler
- Compiles the expression to plain of JavaScript.babel.plural._PythonCompiler
- Compiles an expression to Python.babel.plural._UnicodeCompiler
- Returns a unicode pluralization rule again.babel.plural._Parser
- Internal parser. This class can translate a single rule into an abstract tree of tuples. It implements the following grammar:babel.plural.PluralRule
- No summarybabel.support.Format
- Wrapper class providing the various date and number formatting functions bound to a specific locale and time-zone.babel.support.LazyProxy
- Class for proxy objects that delegate to a specified function to evaluate the actual object.babel.support.NullTranslations
- No class docstring; 0/5 instance variable, 0/2 constant, 19/19 methods documentedbabel.support.Translations
- An extended translation catalog class.textwrap.TextWrapper
babel.util.TextWrapper
- Undocumentedtuple
babel.messages.plurals._PluralTuple
- A tuple with plural information.ValueError
babel.numbers.NumberFormatError
- Exception raised when a string cannot be parsed into a number.babel.units.UnknownUnitError
- Undocumented