MCPcopy Create free account
hub / github.com/pyload/pyload / writeString

Method writeString

module/lib/thrift/protocol/TBinaryProtocol.py:121–123  ·  view source on GitHub ↗
(self, str)

Source from the content-addressed store, hash-verified

119 self.trans.write(buff)
120
121 def writeString(self, str):
122 self.writeI32(len(str))
123 self.trans.write(str)
124
125 def readMessageBegin(self):
126 sz = self.readI32()

Callers 1

writeMessageBeginMethod · 0.95

Calls 2

writeI32Method · 0.95
writeMethod · 0.45

Tested by

no test coverage detected