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

Method writeListBegin

lib/py/src/protocol/TJSONProtocol.py:530–533  ·  view source on GitHub ↗
(self, etype, size)

Source from the content-addressed store, hash-verified

528 self.writeJSONArrayEnd()
529
530 def writeListBegin(self, etype, size):
531 self.writeJSONArrayStart()
532 self.writeJSONString(CTYPES[etype])
533 self.writeJSONNumber(size)
534
535 def writeListEnd(self):
536 self.writeJSONArrayEnd()

Callers

nothing calls this directly

Calls 3

writeJSONArrayStartMethod · 0.95
writeJSONStringMethod · 0.95
writeJSONNumberMethod · 0.80

Tested by

no test coverage detected