MCPcopy Create free account
hub / github.com/apache/thrift / writeFieldStop

Method writeFieldStop

lib/py/src/protocol/TCompactProtocol.py:187–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185 self.state, self.__last_fid = self.__structs.pop()
186
187 def writeFieldStop(self):
188 self.__writeByte(0)
189
190 def __writeFieldHeader(self, type, fid):
191 delta = fid - self.__last_fid

Callers

nothing calls this directly

Calls 1

__writeByteMethod · 0.95

Tested by

no test coverage detected