MCPcopy Create free account
hub / github.com/apache/thrift / writeI64

Method writeI64

lib/py/src/protocol/TJSONProtocol.py:561–563  ·  view source on GitHub ↗
(self, i64)

Source from the content-addressed store, hash-verified

559 self.writeJSONNumber(i32)
560
561 def writeI64(self, i64):
562 checkIntegerLimits(i64, 64)
563 self.writeJSONNumber(i64)
564
565 def writeDouble(self, dbl):
566 # 17 significant digits should be just enough for any double precision

Callers 1

Calls 2

checkIntegerLimitsFunction · 0.85
writeJSONNumberMethod · 0.80

Tested by 1