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

Method writeMapEnd

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

Source from the content-addressed store, hash-verified

524 self.writeJSONObjectStart()
525
526 def writeMapEnd(self):
527 self.writeJSONObjectEnd()
528 self.writeJSONArrayEnd()
529
530 def writeListBegin(self, etype, size):
531 self.writeJSONArrayStart()

Callers

nothing calls this directly

Calls 2

writeJSONObjectEndMethod · 0.95
writeJSONArrayEndMethod · 0.95

Tested by

no test coverage detected