Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ __readUByte
Method
__readUByte
lib/py/src/protocol/TCompactProtocol.py:318–320 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
316
self.state = FIELD_READ
317
318
def
__readUByte(self):
319
result, = unpack(
'!B'
, self.trans.readAll(1))
320
return
result
321
322
def
__readByte(self):
323
result, = unpack(
'!b'
, self.trans.readAll(1))
Callers
4
readFieldBegin
Method · 0.95
readMessageBegin
Method · 0.95
readCollectionBegin
Method · 0.95
readMapBegin
Method · 0.95
Calls
1
readAll
Method · 0.45
Tested by
no test coverage detected