Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readDouble
Method
readDouble
lib/py/src/protocol/TJSONProtocol.py:477–478 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
475
readI64 = readNumber
476
477
def
readDouble(self):
478
return
self.readJSONDouble()
479
480
def
readString(self):
481
return
self.readJSONString(False)
Callers
1
test_TJSONProtol_read
Method · 0.95
Calls
1
readJSONDouble
Method · 0.95
Tested by
1
test_TJSONProtol_read
Method · 0.76