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

Method readJSONObjectStart

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

Source from the content-addressed store, hash-verified

384 return base64.b64decode(string)
385
386 def readJSONObjectStart(self):
387 self.context.read()
388 self.readJSONSyntaxChar(LBRACE)
389 self.pushContext(JSONPairContext(self))
390
391 def readJSONObjectEnd(self):
392 self.readJSONSyntaxChar(RBRACE)

Callers

nothing calls this directly

Calls 4

readJSONSyntaxCharMethod · 0.95
pushContextMethod · 0.95
JSONPairContextClass · 0.70
readMethod · 0.65

Tested by

no test coverage detected