Describes a context in which expressions can be evaluated.
|
a new object with type S, a subtype of T
|
|
|
float
|
frame()
Return frame value. |
|
|
|
True
|
|
|
True
|
|
|
int
|
view()
Return view number. |
|
|
|
int
|
viewFromName(name)
Returns the index of the view with name matching the argument name or
-1 if there is no match. |
|
|
|
int
|
viewcount()
Return number of views. |
|
|
|
string
|
|
|
string
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|