Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readBinary
Method
readBinary
lib/py/src/protocol/TJSONProtocol.py:483–484 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
481
return
self.readJSONString(False)
482
483
def
readBinary(self):
484
return
self.readJSONBase64()
485
486
def
readUuid(self):
487
buff = self.readJSONString(False)
Callers
nothing calls this directly
Calls
1
readJSONBase64
Method · 0.95
Tested by
no test coverage detected