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

Method __writeUByte

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

Source from the content-addressed store, hash-verified

210 self.state = FIELD_WRITE
211
212 def __writeUByte(self, byte):
213 self.trans.write(pack('!B', byte))
214
215 def __writeByte(self, byte):
216 self.trans.write(pack('!b', byte))

Callers 4

writeMessageBeginMethod · 0.95
__writeFieldHeaderMethod · 0.95
writeCollectionBeginMethod · 0.95
writeMapBeginMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected