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

Method __writeSize

lib/py/src/protocol/TCompactProtocol.py:221–222  ·  view source on GitHub ↗
(self, i32)

Source from the content-addressed store, hash-verified

219 self.__writeVarint(makeZigZag(i16, 16))
220
221 def __writeSize(self, i32):
222 self.__writeVarint(i32)
223
224 def writeCollectionBegin(self, etype, size):
225 assert self.state in (VALUE_WRITE, CONTAINER_WRITE), self.state

Callers 3

writeCollectionBeginMethod · 0.95
writeMapBeginMethod · 0.95
__writeBinaryMethod · 0.95

Calls 1

__writeVarintMethod · 0.95

Tested by

no test coverage detected