Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeI64
Method
writeI64
lib/py/src/protocol/TCompactProtocol.py:276–277 ·
view source on GitHub ↗
(self, i64)
Source
from the content-addressed store, hash-verified
274
275
@writer
276
def
writeI64(self, i64):
277
self.__writeVarint(makeZigZag(i64, 64))
278
279
@writer
280
def
writeDouble(self, dub):
Callers
2
testNaked
Function · 0.95
testField
Function · 0.95
Calls
2
__writeVarint
Method · 0.95
makeZigZag
Function · 0.85
Tested by
no test coverage detected