Method Summary |
|
__init__(self,
data,
name,
attrs,
offset,
rank,
asize,
elemsname)
|
|
_addItem(self,
name,
value,
attrs)
|
|
_placeItem(self,
name,
value,
pos,
subpos,
attrs)
|
Inherited from UserList |
|
__add__ (self,
other)
|
|
__cmp__ (self,
other)
|
|
__contains__ (self,
item)
|
|
__delitem__ (self,
i)
|
|
__delslice__ (self,
i,
j)
|
|
__eq__ (self,
other)
|
|
__ge__ (self,
other)
|
|
__getitem__ (self,
i)
|
|
__getslice__ (self,
i,
j)
|
|
__gt__ (self,
other)
|
|
__iadd__ (self,
other)
|
|
__imul__ (self,
n)
|
|
__le__ (self,
other)
|
|
__len__ (self)
|
|
__lt__ (self,
other)
|
|
__mul__ (self,
n)
|
|
__ne__ (self,
other)
|
|
__radd__ (self,
other)
|
|
__repr__ (self)
|
|
__rmul__ (self,
n)
|
|
__setitem__ (self,
i,
item)
|
|
__setslice__ (self,
i,
j,
other)
|
|
append (self,
item)
|
|
count (self,
item)
|
|
extend (self,
other)
|
|
index (self,
item,
*args)
|
|
insert (self,
i,
item)
|
|
pop (self,
i)
|
|
remove (self,
item)
|
|
reverse (self)
|
|
sort (self,
*args,
**kwds)
|
Inherited from compoundType |
|
__nonzero__ (self)
|
|
_getItemAsList (self,
name,
default)
|
|
_keys (self)
|
Inherited from anyType |
|
__str__ (self)
|
|
_checkValueSpace (self,
data)
|
|
_fixAttr (self,
attr)
|
|
_getActor (self)
|
|
_getAttr (self,
attr)
|
|
_getMustUnderstand (self)
|
|
_marshalAttrs (self,
ns_map,
builder)
|
|
_marshalData (self)
|
|
_setActor (self,
val)
|
|
_setAttr (self,
attr,
value)
|
|
_setAttrs (self,
attrs)
|
|
_setMustUnderstand (self,
val)
|
|
_typeName (self)
|
|
_validNamespaceURI (self,
URI,
strict)
|