Name

repr

Synopsis

repr(obj)

Returns a complete and unambiguous string representation of obj. When feasible, repr returns a string that eval can use to create a new object with the same value as obj. See also str in this section and __repr__ in Chapter 5.

Get Python in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.