MCPcopy 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

testFieldFunction · 0.95

Calls 2

writeByteMethod · 0.95
writeI16Method · 0.95

Tested by

no test coverage detected