Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeI16
Method
writeI16
lib/py/src/protocol/TJSONProtocol.py:553–555 ·
view source on GitHub ↗
(self, i16)
Source
from the content-addressed store, hash-verified
551
self.writeJSONNumber(byte)
552
553
def
writeI16(self, i16):
554
checkIntegerLimits(i16, 16)
555
self.writeJSONNumber(i16)
556
557
def
writeI32(self, i32):
558
checkIntegerLimits(i32, 32)
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