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