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

Method __readZigZag

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

Source from the content-addressed store, hash-verified

327 return readVarint(self.trans)
328
329 def __readZigZag(self):
330 return fromZigZag(self.__readVarint())
331
332 def __readSize(self):
333 result = self.__readVarint()

Callers

nothing calls this directly

Calls 2

__readVarintMethod · 0.95
fromZigZagFunction · 0.85

Tested by

no test coverage detected