Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ writeByte
Method
writeByte
module/lib/thrift/protocol/TBinaryProtocol.py:101–103 ·
view source on GitHub ↗
(self, byte)
Source
from the content-addressed store, hash-verified
99
self.writeByte(0)
100
101
def
writeByte(self, byte):
102
buff = pack(
"!b"
, byte)
103
self.trans.write(buff)
104
105
def
writeI16(self, i16):
106
buff = pack(
"!h"
, i16)
Callers
7
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.45
Tested by
no test coverage detected