Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeFieldBegin
Method
writeFieldBegin
lib/py/src/protocol/TBinaryProtocol.py:73–75 ·
view source on GitHub ↗
(self, name, type, id)
Source
from the content-addressed store, hash-verified
71
pass
72
73
def
writeFieldBegin(self, name, type, id):
74
self.writeByte(type)
75
self.writeI16(id)
76
77
def
writeFieldEnd(self):
78
pass
Callers
1
testField
Function · 0.95
Calls
2
writeByte
Method · 0.95
writeI16
Method · 0.95
Tested by
no test coverage detected