Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
__readZigZag
Method · 0.95
__readSize
Method · 0.95
readMessageBegin
Method · 0.95
Calls
1
readVarint
Function · 0.85
Tested by
no test coverage detected