Package gavo :: Package base :: Module attrdef :: Class Computed
[frames] | no frames]

Class Computed

source code

object --+
         |
        Computed

A sentinel class for computed (property) defaults.

Use this to construct AttributeDefs with defaults that are properties to inhibit assigning to them. This should only be required in calls of the superclass's init.

Instance Methods

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

Properties

Inherited from object: __class__