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

Type IReadSequence

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

Known Subclasses:
IExtendedReadSequence, ISequence

read interface shared by tuple and list
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'

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'                                               

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