Lines Matching refs:formatted
16 If the formatted structures include objects which are not fundamental Python
21 The formatted representation keeps objects on a single line if it can, and
59 depth of the objects being formatted.
62 line in the output. If a structure cannot be formatted within the width
66 are formatted. If *compact* is false (the default) then each item of a
67 sequence will be formatted on a separate line. If *compact* is true, as
68 many items as will fit within the *width* will be formatted on each output
71 If *sort_dicts* is true (the default), dictionaries will be formatted with
74 If *underscore_numbers* is true, integers will be formatted with the
116 Return the formatted representation of *object* as a string. *indent*,
132 Prints the formatted representation of *object* followed by a newline.
144 Prints the formatted representation of *object* on *stream*, followed by a
176 Determine if the formatted representation of *object* is "readable", or can be
196 id=number>``. The representation is not otherwise formatted.
212 Return the formatted representation of *object*. This takes into account the
218 Print the formatted representation of *object* on the configured stream,
231 Determine if the formatted representation of the object is "readable," or can be
249 Returns three values: the formatted version of *object* as a string, a flag