Module Spyder :: Class RubikSnakeCode
[hide private]
[frames] | no frames]

Class RubikSnakeCode

source code

object --+
         |
        RubikSnakeCode

Spyder-generated class

module models3d

file /home/sjoerd/data/Spyder-devel/models3d/rubiksnake.spy

Description

Representation of Rubik's Snake as code string

during object construction, the string is not validated!

Wiki

http://www.spyderware.nl/wiki/classes/RubikSnakeCode

Form block

>>>            
BLENDER
MATRIX axis
DEFAULT code ""
LENGTH code 100
DEFAULT size 1
RANGE size 1               
>>>

Converters

Can be converted to:

Can be converted from:

Instance Methods [hide private]

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

Static Methods [hide private]
 
three_dimensional() source code
Instance Variables [hide private]
String code
Float size
AxisSystem axis = AxisSystem()
Properties [hide private]

Inherited from object: __class__