MCPcopy 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

Calls 2

checkIntegerLimitsFunction · 0.85
writeJSONNumberMethod · 0.80

Tested by 1