mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Whitespace normalization.
This commit is contained in:
parent
135cce8718
commit
8876848323
5 changed files with 6 additions and 8 deletions
|
|
@ -283,7 +283,7 @@ def _safe_repr(object, context, maxlevels, level):
|
|||
recursive = 1
|
||||
del context[objid]
|
||||
return format % _commajoin(components), readable, recursive
|
||||
|
||||
|
||||
rep = `object`
|
||||
return rep, (rep and not rep.startswith('<')), 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue