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

Method writeByte

lib/py/src/protocol/TBinaryProtocol.py:111–113  ·  view source on GitHub ↗
(self, byte)

Source from the content-addressed store, hash-verified

109 self.writeByte(0)
110
111 def writeByte(self, byte):
112 buff = pack("!b", byte)
113 self.trans.write(buff)
114
115 def writeI16(self, i16):
116 buff = pack("!h", i16)

Callers 9

testNakedFunction · 0.95
testFieldFunction · 0.95
writeMessageBeginMethod · 0.95
writeFieldBeginMethod · 0.95
writeFieldStopMethod · 0.95
writeMapBeginMethod · 0.95
writeListBeginMethod · 0.95
writeSetBeginMethod · 0.95
writeBoolMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected