Lines Matching refs:UserList
80 :mod:`UserList` --- Class wrapper for list objects
83 .. module:: UserList
99 from :class:`~UserList.UserList` and :class:`str` at the same time. That would not be
107 The :mod:`UserList` module defines the :class:`~UserList.UserList` class:
110 .. class:: UserList([list])
113 list, which is accessible via the :attr:`data` attribute of :class:`~UserList.UserList`
116 real Python list or a :class:`~UserList.UserList` object.
119 The :class:`~UserList.UserList` class has been moved to the :mod:`collections`
125 section :ref:`typesseq`), :class:`~UserList.UserList` instances provide the following
129 .. attribute:: UserList.data
131 A real Python list object used to store the contents of the :class:`~UserList.UserList`
134 **Subclassing requirements:** Subclasses of :class:`~UserList.UserList` are expected to