Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ writeSetBegin
Method
writeSetBegin
module/lib/thrift/protocol/TBinaryProtocol.py:88–90 ·
view source on GitHub ↗
(self, etype, size)
Source
from the content-addressed store, hash-verified
86
pass
87
88
def
writeSetBegin(self, etype, size):
89
self.writeByte(etype)
90
self.writeI32(size)
91
92
def
writeSetEnd(self):
93
pass
Callers
nothing calls this directly
Calls
2
writeByte
Method · 0.95
writeI32
Method · 0.95
Tested by
no test coverage detected