mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
Whitespace normalization.
This commit is contained in:
parent
1bddfb84ee
commit
211219af4f
4 changed files with 1019 additions and 1020 deletions
|
@ -50,7 +50,7 @@ def calcsize(fmt):
|
|||
except KeyError:
|
||||
o = _compile(fmt)
|
||||
return o.size
|
||||
|
||||
|
||||
def pack(fmt, *args):
|
||||
"""
|
||||
Return string containing values v1, v2, ... packed according to fmt.
|
||||
|
@ -73,4 +73,3 @@ def unpack(fmt, s):
|
|||
except KeyError:
|
||||
o = _compile(fmt)
|
||||
return o.unpack(s)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue