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

Method read

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

Source from the content-addressed store, hash-verified

120 self.doIO(self.protocol.trans.write)
121
122 def read(self):
123 self.doIO(self.protocol.readJSONSyntaxChar)
124
125
126class JSONPairContext(JSONBaseContext):

Callers

nothing calls this directly

Calls 1

doIOMethod · 0.95

Tested by

no test coverage detected