Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/babel/minify
/ dropbytes
Method
dropbytes
scripts/pyflate.py:55–56 ·
view source on GitHub ↗
(self, n = 1)
Source
from the content-addressed store, hash-verified
53
self.readbits(n)
54
# No return value
55
def
dropbytes(self, n = 1):
56
self.dropbits(n << 3)
57
def
tell(self):
58
return
self.count - ((self.bits+7) >> 3), 7 - ((self.bits-1) & 0x7)
59
def
tellbits(self):
Callers
1
gzip_main
Function · 0.80
Calls
1
dropbits
Method · 0.95
Tested by
no test coverage detected