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

Method writeFieldStop

lib/py/src/protocol/TBinaryProtocol.py:80–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78 pass
79
80 def writeFieldStop(self):
81 self.writeByte(TType.STOP)
82
83 def writeMapBegin(self, ktype, vtype, size):
84 self.writeByte(ktype)

Callers

nothing calls this directly

Calls 1

writeByteMethod · 0.95

Tested by

no test coverage detected