|
|
|
|
a new object with type S, a subtype of T
|
|
|
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |
|
|
int
|
getNumberOfViews(self)
Get the number of views. |
|
|
int
|
getViewIndex(self,
name)
Get the index of a view when you know its name. |
|
|
str
|
getViewName(self,
index)
Get the name of a particular view when you know its index. |
|
|
list of strings
|
getViewNames(self)
Get the list of all view names. |
|
|
Inherited from object :
__format__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|