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

Method writeI16

lib/py/src/protocol/TBinaryProtocol.py:115–117  ·  view source on GitHub ↗
(self, i16)

Source from the content-addressed store, hash-verified

113 self.trans.write(buff)
114
115 def writeI16(self, i16):
116 buff = pack("!h", i16)
117 self.trans.write(buff)
118
119 def writeI32(self, i32):
120 buff = pack("!i", i32)

Callers 3

testNakedFunction · 0.95
testFieldFunction · 0.95
writeFieldBeginMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected