Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeI32
Method
writeI32
lib/py/src/protocol/TCompactProtocol.py:272–273 ·
view source on GitHub ↗
(self, i32)
Source
from the content-addressed store, hash-verified
270
271
@writer
272
def
writeI32(self, i32):
273
self.__writeVarint(makeZigZag(i32, 32))
274
275
@writer
276
def
writeI64(self, i64):
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