
Public Member Functions | |
| def | map |
| map a SLIMpy command to a rsf command | |
| def | trans |
| default trans, returns voidSpace | |
| def | trans_adj |
| trans_adj will automatically be called in the case where the command has an adj keyword that is true | |
| def | constr |
| def | constr_adj |
| def | map |
| map a SLIMpy command to a rsf command | |
| def | trans |
| default trans, returns voidSpace | |
| def | trans_adj |
| trans_adj will automatically be called in the case where the command has an adj keyword that is true | |
| def | constr |
| def | constr_adj |
Definition at line 20 of file op_imospray.py.
| def map | ( | cls, | ||
| source, | ||||
| command | ||||
| ) |
map a SLIMpy command to a rsf command
Reimplemented from sfConverter.
Definition at line 27 of file op_imospray.py.
| def trans | ( | cls, | ||
| command, | ||||
| space, | ||||
| spaces | ||||
| ) |
default trans, returns voidSpace
Reimplemented from Converter.
Definition at line 36 of file op_imospray.py.
| def trans_adj | ( | cls, | ||
| command, | ||||
| space, | ||||
| spaces | ||||
| ) |
trans_adj will automatically be called in the case where the command has an adj keyword that is true
Definition at line 49 of file op_imospray.py.
| def constr | ( | cls, | ||
| command, | ||||
| space | ||||
| ) |
| def constr_adj | ( | cls, | ||
| command, | ||||
| space | ||||
| ) |
Definition at line 59 of file op_imospray.py.
| def map | ( | cls, | ||
| source, | ||||
| command | ||||
| ) |
map a SLIMpy command to a rsf command
Reimplemented from sfConverter.
Definition at line 27 of file op_imospray.py.
| def trans | ( | cls, | ||
| command, | ||||
| space, | ||||
| spaces | ||||
| ) |
default trans, returns voidSpace
Reimplemented from Converter.
Definition at line 36 of file op_imospray.py.
| def trans_adj | ( | cls, | ||
| command, | ||||
| space, | ||||
| spaces | ||||
| ) |
trans_adj will automatically be called in the case where the command has an adj keyword that is true
Definition at line 49 of file op_imospray.py.
| def constr | ( | cls, | ||
| command, | ||||
| space | ||||
| ) |
| def constr_adj | ( | cls, | ||
| command, | ||||
| space | ||||
| ) |
Definition at line 59 of file op_imospray.py.
1.5.6