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

Method writeSetEnd

lib/py/src/protocol/TJSONProtocol.py:543–544  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

541 self.writeJSONNumber(size)
542
543 def writeSetEnd(self):
544 self.writeJSONArrayEnd()
545
546 def writeBool(self, boolean):
547 self.writeJSONNumber(1 if boolean is True else 0)

Callers

nothing calls this directly

Calls 1

writeJSONArrayEndMethod · 0.95

Tested by

no test coverage detected