Package zope :: Package interface :: Package common :: Module sequence :: Class IExtendedReadSequence
[show private | hide private]
[frames | no frames]

Type IExtendedReadSequence

   Interface --+            
               |            
IMinimalSequence --+        
                   |        
     IFiniteSequence --+    
                       |    
           IReadSequence --+
                           |
                          IExtendedReadSequence


Full read interface for lists
Method Summary
    Inherited from InterfaceClass
  __contains__(self, name)
  __getitem__(self, name)
Return the attribute description for the given name.
  __gt__(self, other)
  __iter__(self)
  __lt__(self, other)

Class Variable Summary
str __add__ = 'x.__add__(other) <==> x+other'
str __eq__ = 'x.__eq__(other) <==> x==other'
str __ge__ = 'x.__ge__(other) <==> x>=other'
str __getslice__ = 'x.__getslice__(i, j) <==> x[i:j]\n\n    ...
str __le__ = 'x.__le__(other) <==> x<=other'
str __len__ = 'x.__len__() <==> len(x)'
str __mul__ = 'x.__mul__(n) <==> x*n'
str __ne__ = 'x.__ne__(other) <==> x!=other'
str __rmul__ = 'x.__rmul__(n) <==> n*x'
str count = 'return number of occurrences of value'
str index = 'return first index of value\n\n        L.index(...

Class Variable Details

__add__

Type:
str
Value:
'x.__add__(other) <==> x+other'                                        

__eq__

Type:
str
Value:
'x.__eq__(other) <==> x==other'                                        

__ge__

Type:
str
Value:
'x.__ge__(other) <==> x>=other'                                        

__getslice__

Type:
str
Value:
'''x.__getslice__(i, j) <==> x[i:j]

        Use of negative indices is not supported.
        
        Deprecated since Python 2.0 but still a part of UserList.
        '''                                                            

__le__

Type:
str
Value:
'x.__le__(other) <==> x<=other'                                        

__len__

Type:
str
Value:
'x.__len__() <==> len(x)'                                              

__mul__

Type:
str
Value:
'x.__mul__(n) <==> x*n'                                                

__ne__

Type:
str
Value:
'x.__ne__(other) <==> x!=other'                                        

__rmul__

Type:
str
Value:
'x.__rmul__(n) <==> n*x'                                               

count

Type:
str
Value:
'return number of occurrences of value'                                

index

Type:
str
Value:
'''return first index of value

        L.index(value, [start, [stop]]) -> integer'''                  

Generated by Epydoc 2.1 on Fri Jun 24 12:01:26 2005 http://epydoc.sf.net