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

Type IDictionaryInheritance

     Interface --+    
                 |    
ILocaleInheritance --+
                     |
                    IDictionaryInheritance


Provides inheritance properties for dictionary keys
Class Variable Summary
str __name__ = 'IDictionaryInheritance'
str __parent__ = 'The parent in the location hierarchy'
str __setitem__ = "Set a new item on the object.\n\n        ...
str getInheritedSelf = 'Return itself but in the next higher...

Class Variable Details

__name__

Type:
str
Value:
'IDictionaryInheritance'                                               

__parent__

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

__setitem__

Type:
str
Value:
"""Set a new item on the object.

        Here we assume that the value does not require any inheritance\
, so
        that we do not set '__parent__' or '__name__' on the value.
        """                                                            

getInheritedSelf

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

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