Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeI32
Method
writeI32
lib/py/src/protocol/TJSONProtocol.py:557–559 ·
view source on GitHub ↗
(self, i32)
Source
from the content-addressed store, hash-verified
555
self.writeJSONNumber(i16)
556
557
def
writeI32(self, i32):
558
checkIntegerLimits(i32, 32)
559
self.writeJSONNumber(i32)
560
561
def
writeI64(self, i64):
562
checkIntegerLimits(i64, 64)
Callers
1
test_TJSONProtocol_write
Method · 0.95
Calls
2
checkIntegerLimits
Function · 0.85
writeJSONNumber
Method · 0.80
Tested by
1
test_TJSONProtocol_write
Method · 0.76