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

Method __writeBinary

lib/py/src/protocol/TCompactProtocol.py:287–289  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

285 self.trans.write(uuid.bytes)
286
287 def __writeBinary(self, s):
288 self.__writeSize(len(s))
289 self.trans.write(s)
290 writeBinary = writer(__writeBinary)
291
292 def readFieldBegin(self):

Callers 1

writeMessageBeginMethod · 0.95

Calls 2

__writeSizeMethod · 0.95
writeMethod · 0.65

Tested by

no test coverage detected