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

Method readString

lib/py/src/protocol/TJSONProtocol.py:480–481  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

478 return self.readJSONDouble()
479
480 def readString(self):
481 return self.readJSONString(False)
482
483 def readBinary(self):
484 return self.readJSONBase64()

Callers 2

test_TJSONProtol_readMethod · 0.95

Calls 1

readJSONStringMethod · 0.95

Tested by 2

test_TJSONProtol_readMethod · 0.76