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

Method readJSONArrayStart

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

Source from the content-addressed store, hash-verified

393 self.popContext()
394
395 def readJSONArrayStart(self):
396 self.context.read()
397 self.readJSONSyntaxChar(LBRACKET)
398 self.pushContext(JSONListContext(self))
399
400 def readJSONArrayEnd(self):
401 self.readJSONSyntaxChar(RBRACKET)

Callers

nothing calls this directly

Calls 4

readJSONSyntaxCharMethod · 0.95
pushContextMethod · 0.95
JSONListContextClass · 0.70
readMethod · 0.65

Tested by

no test coverage detected