l.s.l.LimitedList(list) : class documentation

Part of lp.services.limitedlist View In Hierarchy

A mutable sequence that takes a limited number of elements.
Method __new__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method __add__ Undocumented
Method __radd__ Undocumented
Method __iadd__ Undocumented
Method __mul__ Undocumented
Method __rmul__ Undocumented
Method __imul__ Undocumented
Method __setslice__ Undocumented
Method append Undocumented
Method extend Undocumented
Method insert Undocumented
Method _ensureLength Ensure that the maximum length is not exceeded.
def __new__(cls, max_length, value=None):
Undocumented
def __init__(self, max_length, value=None):
Undocumented
def __repr__(self):
Undocumented
def _ensureLength(self):
Ensure that the maximum length is not exceeded.
def __add__(self, other):
Undocumented
def __radd__(self, other):
Undocumented
def __iadd__(self, other):
Undocumented
def __mul__(self, other):
Undocumented
def __rmul__(self, other):
Undocumented
def __imul__(self, other):
Undocumented
def __setslice__(self, i, j, sequence):
Undocumented
def append(self, value):
Undocumented
def extend(self, value):
Undocumented
def insert(self, position, value):
Undocumented
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.