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

Method __writeByte

lib/py/src/protocol/TCompactProtocol.py:215–216  ·  view source on GitHub ↗
(self, byte)

Source from the content-addressed store, hash-verified

213 self.trans.write(pack('!B', byte))
214
215 def __writeByte(self, byte):
216 self.trans.write(pack('!b', byte))
217
218 def __writeI16(self, i16):
219 self.__writeVarint(makeZigZag(i16, 16))

Callers 4

writeFieldStopMethod · 0.95
__writeFieldHeaderMethod · 0.95
writeMapBeginMethod · 0.95
writeBoolMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected