mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Whitespace normalization.
This commit is contained in:
parent
fa8dd5f407
commit
280488b9a3
9 changed files with 15 additions and 15 deletions
|
@ -52,12 +52,12 @@ def _formatparam(param, value=None, quote=1):
|
|||
|
||||
def _unquotevalue(value):
|
||||
if isinstance(value, TupleType):
|
||||
return (value[0], value[1], Utils.unquote(value[2]))
|
||||
return (value[0], value[1], Utils.unquote(value[2]))
|
||||
else:
|
||||
return Utils.unquote(value)
|
||||
return Utils.unquote(value)
|
||||
|
||||
|
||||
|
||||
|
||||
class Message:
|
||||
"""Basic message object for use inside the object tree.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue