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

Type IAttributeInheritance

     Interface --+    
                 |    
ILocaleInheritance --+
                     |
                    IAttributeInheritance


Provides inheritance properties for attributes
Class Variable Summary
str __getattributes__ = 'Return the value of the attribute w...
str __name__ = 'IAttributeInheritance'
str __parent__ = 'The parent in the location hierarchy'
method-wrapper __setattr__ = <method-wrapper object at 0xb4afeacc>
str getInheritedSelf = 'Return itself but in the next higher...

Class Variable Details

__getattributes__

Type:
str
Value:
'''Return the value of the attribute with the specified name.

        If an attribute is not found or is None, the next higher up Lo\
cale
        object is consulted.'''                                        

__name__

Type:
str
Value:
'IAttributeInheritance'                                                

__parent__

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

__setattr__

Type:
method-wrapper
Value:
<method-wrapper object at 0xb4afeacc>                                  

getInheritedSelf

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

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