Package application :: Module schema :: Class Calculated
[hide private]
[frames] | no frames]

Class Calculated

source code

      object --+    
               |    
        property --+
                   |
      object --+   |
               |   |
ActiveDescriptor --+
                   |
                  Calculated

Instance Methods [hide private]
 
__init__(self, schema_type, basedOn, fget, fset=<Locale: en_US>, fdel=<Locale: en_US>, doc=<Locale: en_US>)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
activateInClass(self, cls, name)
Redefine in subclasses to do useful things with `cls` & `name`
source code

Inherited from property: __delete__, __get__, __getattribute__, __set__

Inherited from object: __delattr__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]
 
__new__(cls, schema_type, basedOn, fget, fset=<Locale: en_US>, fdel=<Locale: en_US>, doc=<Locale: en_US>)
Returns: a new object with type S, a subtype of T
source code
Class Variables [hide private]
  basedOn = ()
  name = <Locale: en_US>
  type = <Locale: en_US>
Properties [hide private]

Inherited from property: fdel, fget, fset

Inherited from object: __class__

Method Details [hide private]

__new__(cls, schema_type, basedOn, fget, fset=<Locale: en_US>, fdel=<Locale: en_US>, doc=<Locale: en_US>)
Static Method

source code 
Returns:
a new object with type S, a subtype of T

Overrides: property.__new__
(inherited documentation)

__init__(self, schema_type, basedOn, fget, fset=<Locale: en_US>, fdel=<Locale: en_US>, doc=<Locale: en_US>)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Returns:
property attribute

Overrides: property.__init__
(inherited documentation)

activateInClass(self, cls, name)

source code 
Redefine in subclasses to do useful things with `cls` & `name`
Overrides: ActiveDescriptor.activateInClass
(inherited documentation)