| Home | Trees | Indices | Help | 
|---|
|  | 
object --+    
         |    
      dict --+
             |
            TranslationRegistry
| 
 | |||
|   | register(self,
        translation) Register a translation instance | ||
|   | __setitem__(self,
        key,
        translation) obj[] hook | ||
|   | __repr__(self) repr(x) | ||
|   | clear(self) Clear the translation registry. | ||
| list | languages(self) Get sorted list of all registered languages | ||
| list | ages(self) Get sorted list of all registered ages | ||
| list | sets(self) Get sorted list of all registered sets | ||
| list | elements(self) Get sorted list of all registered elements | ||
| dict | tree(self) Get a tree | ||
| Inherited from  Inherited from  | |||
| 
 | |||
|   | __new__(cls, *args, **kwargs) | ||
| 
 | |||
|   | __slot__ = ('_bylanguage', '_byage', '_byset', '_byelement', '_... | ||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 
 | 
| 
 Register a translation instanceTranslations are stored by their key. During the registration the translations are also inserted in multiple lookup tables and a tree. 
 | 
| 
 
 | 
| 
 
 | 
| 
 Clear the translation registry.Removes every translation from the registry and its lookup tables. 
 | 
| 
 
 | 
| 
 
 | 
| 
 
 | 
| 
 
 | 
| 
 
 | 
| 
 | |||
| __slot__None
 | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0alpha3 on Sun Feb 4 17:00:21 2007 | http://epydoc.sourceforge.net |