MCPcopy 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_readMethod · 0.95

Calls 1

readJSONDoubleMethod · 0.95

Tested by 1

test_TJSONProtol_readMethod · 0.76