MCPcopy Index your code
hub / github.com/pyload/pyload / writeByte

Method writeByte

module/lib/thrift/protocol/TBinaryProtocol.py:101–103  ·  view source on GitHub ↗
(self, byte)

Source from the content-addressed store, hash-verified

99 self.writeByte(0)
100
101 def writeByte(self, byte):
102 buff = pack("!b", byte)
103 self.trans.write(buff)
104
105 def writeI16(self, i16):
106 buff = pack("!h", i16)

Callers 7

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.45

Tested by

no test coverage detected