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

Method readCollectionBegin

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

Source from the content-addressed store, hash-verified

452 self.readJSONArrayEnd()
453
454 def readCollectionBegin(self):
455 self.readJSONArrayStart()
456 elemType = JTYPES[self.readJSONString(False)]
457 size = self.readJSONInteger()
458 return (elemType, size)
459 readListBegin = readCollectionBegin
460 readSetBegin = readCollectionBegin
461

Callers

nothing calls this directly

Calls 3

readJSONArrayStartMethod · 0.95
readJSONStringMethod · 0.95
readJSONIntegerMethod · 0.95

Tested by

no test coverage detected