Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ writeListBegin
Method
writeListBegin
module/lib/thrift/protocol/TBinaryProtocol.py:81–83 ·
view source on GitHub ↗
(self, etype, size)
Source
from the content-addressed store, hash-verified
79
pass
80
81
def
writeListBegin(self, etype, size):
82
self.writeByte(etype)
83
self.writeI32(size)
84
85
def
writeListEnd(self):
86
pass
Callers
nothing calls this directly
Calls
2
writeByte
Method · 0.95
writeI32
Method · 0.95
Tested by
no test coverage detected