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

Method write

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

Source from the content-addressed store, hash-verified

117 function(COMMA)
118
119 def write(self):
120 self.doIO(self.protocol.trans.write)
121
122 def read(self):
123 self.doIO(self.protocol.readJSONSyntaxChar)

Callers

nothing calls this directly

Calls 1

doIOMethod · 0.95

Tested by

no test coverage detected