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

Method writeListBegin

lib/py/src/protocol/TBinaryProtocol.py:91–93  ·  view source on GitHub ↗
(self, etype, size)

Source from the content-addressed store, hash-verified

89 pass
90
91 def writeListBegin(self, etype, size):
92 self.writeByte(etype)
93 self.writeI32(size)
94
95 def writeListEnd(self):
96 pass

Callers

nothing calls this directly

Calls 2

writeByteMethod · 0.95
writeI32Method · 0.95

Tested by

no test coverage detected