Package zope :: Package i18n :: Package interfaces :: Module locales :: Class ILocaleInheritance
[show private | hide private]
[frames | no frames]

Type ILocaleInheritance

Interface --+
            |
           ILocaleInheritance

Known Subclasses:
IAttributeInheritance, IDictionaryInheritance

Locale inheritance support.

Locale-related objects implementing this interface are able to ask for its inherited self. For example, 'en_US.dates.monthNames' can call on itself 'getInheritedSelf()' and get the value for 'en.dates.monthNames'.
Class Variable Summary
str __name__ = 'ILocaleInheritance'
str __parent__ = 'The parent in the location hierarchy'
str getInheritedSelf = 'Return itself but in the next higher...

Class Variable Details

__name__

Type:
str
Value:
'ILocaleInheritance'                                                   

__parent__

Type:
str
Value:
'The parent in the location hierarchy'                                 

getInheritedSelf

Type:
str
Value:
'Return itself but in the next higher up Locale.'                      

Generated by Epydoc 2.1 on Fri Jun 24 12:01:25 2005 http://epydoc.sf.net