| Trees | Indices | Help |
|---|
|
|
object --+
|
LocaleDataMap
Allows access to locale-specific data objects, dynamically loading them if needed on request
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Fetches a data object for the given locale. This may mean that the data object is first created and stored if it does not yet exist in the map. The locale is also simplified (country is dropped) if the full locale can not be used to create a data object.
|
Invalidate the data object (if any) for the given locale. This will cause a new data object to be created when this locale is next requested.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:57 2011 | http://epydoc.sourceforge.net |