MCPcopy
hub / github.com/pyload/pyload / __writeUByte

Method __writeUByte

module/lib/thrift/protocol/TCompactProtocol.py:177–178  ·  view source on GitHub ↗
(self, byte)

Source from the content-addressed store, hash-verified

175 self.state = FIELD_WRITE
176
177 def __writeUByte(self, byte):
178 self.trans.write(pack('!B', byte))
179
180 def __writeByte(self, byte):
181 self.trans.write(pack('!b', byte))

Callers 4

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

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected