Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeByte
Method
writeByte
lib/py/src/protocol/TBinaryProtocol.py:111–113 ·
view source on GitHub ↗
(self, byte)
Source
from the content-addressed store, hash-verified
109
self.writeByte(0)
110
111
def
writeByte(self, byte):
112
buff = pack(
"!b"
, byte)
113
self.trans.write(buff)
114
115
def
writeI16(self, i16):
116
buff = pack(
"!h"
, i16)
Callers
9
testNaked
Function · 0.95
testField
Function · 0.95
writeMessageBegin
Method · 0.95
writeFieldBegin
Method · 0.95
writeFieldStop
Method · 0.95
writeMapBegin
Method · 0.95
writeListBegin
Method · 0.95
writeSetBegin
Method · 0.95
writeBool
Method · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected