Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeMessageBegin
Method · 0.95
__writeFieldHeader
Method · 0.95
writeCollectionBegin
Method · 0.95
writeMapBegin
Method · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected