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

Method readCollectionEnd

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

Source from the content-addressed store, hash-verified

460 readSetBegin = readCollectionBegin
461
462 def readCollectionEnd(self):
463 self.readJSONArrayEnd()
464 readSetEnd = readCollectionEnd
465 readListEnd = readCollectionEnd
466

Callers

nothing calls this directly

Calls 1

readJSONArrayEndMethod · 0.95

Tested by

no test coverage detected