Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeSetBegin
Method
writeSetBegin
lib/py/src/protocol/TBinaryProtocol.py:98–100 ·
view source on GitHub ↗
(self, etype, size)
Source
from the content-addressed store, hash-verified
96
pass
97
98
def
writeSetBegin(self, etype, size):
99
self.writeByte(etype)
100
self.writeI32(size)
101
102
def
writeSetEnd(self):
103
pass
Callers
nothing calls this directly
Calls
2
writeByte
Method · 0.95
writeI32
Method · 0.95
Tested by
no test coverage detected