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

Method read

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

Source from the content-addressed store, hash-verified

141 self.doIO(self.protocol.trans.write)
142
143 def read(self):
144 self.doIO(self.protocol.readJSONSyntaxChar)
145
146 def escapeNum(self):
147 return self.colon

Callers

nothing calls this directly

Calls 1

doIOMethod · 0.95

Tested by

no test coverage detected