Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_escaped_unicode_string
Method · 0.95
test_TJSONProtol_read
Method · 0.95
Calls
1
readJSONString
Method · 0.95
Tested by
2
test_escaped_unicode_string
Method · 0.76
test_TJSONProtol_read
Method · 0.76