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

Method writeJSONArrayEnd

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

Source from the content-addressed store, hash-verified

246 self.pushContext(JSONListContext(self))
247
248 def writeJSONArrayEnd(self):
249 self.popContext()
250 self.trans.write(RBRACKET)
251
252 def readJSONSyntaxChar(self, character):
253 current = self.reader.read()

Callers 1

_writeCollectionEndMethod · 0.45

Calls 2

popContextMethod · 0.95
writeMethod · 0.65

Tested by

no test coverage detected