.. class:: Repr()
Class which provides formatting services useful in implementing functions
- similar to the built-in :func:`repr`; size limits for different object types
- are added to avoid the generation of representations which are excessively long.
+ similar to the built-in :ref:`repr() <func-repr>`; size limits for different
+ object types are added to avoid the generation of representations which are
+ excessively long.
.. data:: aRepr
.. method:: Repr.repr(obj)
- The equivalent to the built-in :func:`repr` that uses the formatting imposed by
- the instance.
+ The equivalent to the built-in :ref:`repr() <func-repr>` that uses the
+ formatting imposed by the instance.
.. method:: Repr.repr1(obj, level)