Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ __readByte
Method
__readByte
lib/py/src/protocol/TCompactProtocol.py:322–324 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
320
return
result
321
322
def
__readByte(self):
323
result, = unpack(
'!b'
, self.trans.readAll(1))
324
return
result
325
326
def
__readVarint(self):
327
return
readVarint(self.trans)
Callers
1
readBool
Method · 0.95
Calls
1
readAll
Method · 0.45
Tested by
no test coverage detected