MCPcopy Create free account
hub / github.com/apache/thrift / __readVarint

Method __readVarint

lib/py/src/protocol/TCompactProtocol.py:326–327  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

324 return result
325
326 def __readVarint(self):
327 return readVarint(self.trans)
328
329 def __readZigZag(self):
330 return fromZigZag(self.__readVarint())

Callers 3

__readZigZagMethod · 0.95
__readSizeMethod · 0.95
readMessageBeginMethod · 0.95

Calls 1

readVarintFunction · 0.85

Tested by

no test coverage detected