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

Method writeMapBegin

lib/py/src/protocol/TBinaryProtocol.py:83–86  ·  view source on GitHub ↗
(self, ktype, vtype, size)

Source from the content-addressed store, hash-verified

81 self.writeByte(TType.STOP)
82
83 def writeMapBegin(self, ktype, vtype, size):
84 self.writeByte(ktype)
85 self.writeByte(vtype)
86 self.writeI32(size)
87
88 def writeMapEnd(self):
89 pass

Callers

nothing calls this directly

Calls 2

writeByteMethod · 0.95
writeI32Method · 0.95

Tested by

no test coverage detected