Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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