Lines Matching refs:UserString
152 :mod:`UserString` --- Class wrapper for string objects
155 .. module:: UserString
163 This :class:`~UserString.UserString` class from this module is available for backward
166 from the built-in :class:`str` type instead of using :class:`~UserString.UserString` (there
178 The :mod:`UserString` module defines the following classes:
181 .. class:: UserString([sequence])
185 accessible via the :attr:`data` attribute of :class:`~UserString.UserString` instances. The
188 :class:`~UserString.UserString` (or a subclass) or an arbitrary sequence which can be
192 The :class:`~UserString.UserString` class has been moved to the :mod:`collections`
200 This class is derived from the :class:`~UserString.UserString` above and redefines strings
212 objects (see section :ref:`string-methods`), :class:`~UserString.UserString` instances
219 :class:`~UserString.UserString` class.