| Trees | Indices | Help |
|
|---|
|
|
object --+
|
AttribContext
A set of selected items on a single of 3d object.
|
|||
|
|||
|
|||
|
|||
| bool |
|
||
|
Inherited from |
|||
|
|||
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
x.__setattr__('name', value) <==> x.name = value
|
Whether this attribute is empty, i.e. contains no values, or not.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 17 22:06:11 2011 | http://epydoc.sourceforge.net |