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

Method writeBinary

lib/py/src/protocol/TJSONProtocol.py:573–574  ·  view source on GitHub ↗
(self, binary)

Source from the content-addressed store, hash-verified

571 self.writeJSONString(string)
572
573 def writeBinary(self, binary):
574 self.writeJSONBase64(binary)
575
576 def writeUuid(self, uuid):
577 self.writeJSONString(str(uuid))

Callers

nothing calls this directly

Calls 1

writeJSONBase64Method · 0.95

Tested by

no test coverage detected