Lines Matching refs:representation
16 types, the representation may not be loadable. This may be the case if objects
20 The formatted representation keeps objects on a single line if it can, and
46 formatted representation. The keywords are *indent*, *depth*, and *width*. The
78 Return the formatted representation of *object* as a string. *indent*, *width*
88 Prints the formatted representation of *object* on *stream*, followed by a
113 Determine if the formatted representation of *object* is "readable," or can be
123 Determine if *object* requires a recursive representation.
130 Return a string representation of *object*, protected against recursive data
131 structures. If the representation of *object* exposes a recursive entry, the
133 id=number>``. The representation is not otherwise formatted.
149 Return the formatted representation of *object*. This takes into account the
155 Print the formatted representation of *object* on the configured stream,
168 Determine if the formatted representation of the object is "readable," or can be
177 Determine if the object requires a recursive representation.