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

Method readJSONArrayEnd

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

Source from the content-addressed store, hash-verified

398 self.pushContext(JSONListContext(self))
399
400 def readJSONArrayEnd(self):
401 self.readJSONSyntaxChar(RBRACKET)
402 self.popContext()
403
404
405class TJSONProtocol(TJSONProtocolBase):

Callers

nothing calls this directly

Calls 2

readJSONSyntaxCharMethod · 0.95
popContextMethod · 0.95

Tested by

no test coverage detected