Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ __writeVarint
Method
__writeVarint
lib/py/src/protocol/TCompactProtocol.py:155–156 ·
view source on GitHub ↗
(self, n)
Source
from the content-addressed store, hash-verified
153
self._check_length(self.container_length_limit, length)
154
155
def
__writeVarint(self, n):
156
writeVarint(self.trans, n)
157
158
def
writeMessageBegin(self, name, type, seqid):
159
assert self.state == CLEAR
Callers
5
writeMessageBegin
Method · 0.95
__writeI16
Method · 0.95
__writeSize
Method · 0.95
writeI32
Method · 0.95
writeI64
Method · 0.95
Calls
1
writeVarint
Function · 0.85
Tested by
no test coverage detected