Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ __writeByte
Method
__writeByte
lib/py/src/protocol/TCompactProtocol.py:215–216 ·
view source on GitHub ↗
(self, byte)
Source
from the content-addressed store, hash-verified
213
self.trans.write(pack(
'!B'
, byte))
214
215
def
__writeByte(self, byte):
216
self.trans.write(pack(
'!b'
, byte))
217
218
def
__writeI16(self, i16):
219
self.__writeVarint(makeZigZag(i16, 16))
Callers
4
writeFieldStop
Method · 0.95
__writeFieldHeader
Method · 0.95
writeMapBegin
Method · 0.95
writeBool
Method · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected