PySequenceMethods

Name

PySequenceMethods -- Implement Python sequence special methods

Synopsis

PySequenceMethods

Description

Within this section the following methods are legal:

__len__, __add__, __mul__, __getitem__, __setitem__, __getslice__, __setslice__, __contains__, __iadd__, __imul__