Skip to content

Commit e25148e

Browse files
committed
upip: Update utarfile from upstream.
1 parent 1401fa3 commit e25148e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

upip/upip_utarfile.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
def roundup(val, align):
1313
return (val + align - 1) & ~(align - 1)
1414

15-
def skip(f, size):
16-
assert size % 512 == 0
17-
buf = bytearray(512)
18-
while size:
19-
size -= f.readinto(buf)
20-
2115
class FileSection:
2216

2317
def __init__(self, f, content_len, aligned_len):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy