Package turbogears :: Package identity :: Module conditions :: Class SecureResource

Class SecureResource

source code

object --+
         |
        SecureResource

Instance Methods
 
__getattribute__(self, name)
x.__getattribute__('name') <==> x.name
source code

Inherited from object: __delattr__, __format__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__getattribute__(self, name)

source code 

x.__getattribute__('name') <==> x.name

Overrides: object.__getattribute__
(inherited documentation)