vrml_accelerate.fieldaccel2

Classes

class BaseField( object ):
__del__
Delete our value from client's dictionary (notifies)
__delete__
descr.__delete__(obj)
__get__
Retrieve value for given instance (or self for cls)
__init__
Initialize the BaseField parameters
__set__
Set value for given instance (notifies)
call_default
check
Raise ValueError if isn't correct type
coerce
Coerce the given value to our type
defaultobj
fdel
Delete with option to notify
fget
Retrieve value for given instance (or self for cls)
fset
Set value, with option to notify
getDefault
Get the default value of this field
if client, set client's attribute to default without sending a notification event.
name