| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Attribute
An attribute on a 3d object.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| bool |
|
||
| bool |
|
||
|
Inherited from |
|||
|
|||
|
name The name for the attribute. |
|||
|
type The type of the attribute values. |
|||
|
Inherited from |
|||
|
|||
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
x.__setattr__('name', value) <==> x.name = value
|
Check whether the type for this attribute is valid (i.e. one of the known and supported types). This is equivalent to 'not self.valid()'
|
Check whether the type for this attribute is valid (i.e. one of the known and supported types).
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 17 22:06:11 2011 | http://epydoc.sourceforge.net |