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

Method readJSONObjectEnd

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

Source from the content-addressed store, hash-verified

389 self.pushContext(JSONPairContext(self))
390
391 def readJSONObjectEnd(self):
392 self.readJSONSyntaxChar(RBRACE)
393 self.popContext()
394
395 def readJSONArrayStart(self):
396 self.context.read()

Callers

nothing calls this directly

Calls 2

readJSONSyntaxCharMethod · 0.95
popContextMethod · 0.95

Tested by

no test coverage detected