Lines Matching full: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
61 depth of the objects being formatted.
64 line in the output. If a structure cannot be formatted within the width
68 are formatted. If *compact* is false (the default) then each item of a
69 sequence will be formatted on a separate line. If *compact* is true, as
70 many items as will fit within the *width* will be formatted on each output
73 If *sort_dicts* is true (the default), dictionaries will be formatted with
76 If *underscore_numbers* is true, integers will be formatted with the
118 Return the formatted representation of *object* as a string. *indent*,
126 Prints the formatted representation of *object* followed by a newline.
138 Prints the formatted representation of *object* on *stream*, followed by a
164 Determine if the formatted representation of *object* is "readable", or can be
184 id=number>``. The representation is not otherwise formatted.
200 Return the formatted representation of *object*. This takes into account the
206 Print the formatted representation of *object* on the configured stream,
219 Determine if the formatted representation of the object is "readable," or can be
237 Returns three values: the formatted version of *object* as a string, a flag