| Home | Trees | Indices | Help |
|
|---|
|
|
??-101 --+
|
ObjectList --+
|
ObjectList3D
Spyder-generated class
module tarantula
file /home/sjoerd/Spyder-devel/tarantula/ObjectList3D.spy
http://www.spyderware.nl/wiki/classes/ObjectList3D
>>> for onr,o in enumerate(self): while 1: typ = type(o) if o.typename() == None: typ = o._typev if not typ.typename().endswith("Array"): break if len(o) == 0: break o = o[0] if typ.three_dimensional() != True: raise ValidationError >>>
|
|||
|
|||
|
|||
| Inherited from ObjectList | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Inherited from ObjectList | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
|||
|
|||
| Inherited from ObjectList | |||
|---|---|---|---|
|
|||
|
|||
| Inherited from ObjectList | |||
|---|---|---|---|
__constructor__ = "constructor_fromany"
|
|||
multimethod = functools.partial(Spyder.core.__multimethod__, _
|
|||
|
|||
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon May 10 22:45:18 2010 | http://epydoc.sourceforge.net |