MCPcopy 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

readFieldBeginMethod · 0.95
readMessageBeginMethod · 0.95
readCollectionBeginMethod · 0.95
readMapBeginMethod · 0.95

Calls 1

readAllMethod · 0.45

Tested by

no test coverage detected