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

Method _writeCollectionEnd

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

Source from the content-addressed store, hash-verified

636 self.writeJSONArrayStart()
637
638 def _writeCollectionEnd(self):
639 self.writeJSONArrayEnd()
640 writeListBegin = _writeCollectionBegin
641 writeListEnd = _writeCollectionEnd
642 writeSetBegin = _writeCollectionBegin

Callers

nothing calls this directly

Calls 1

writeJSONArrayEndMethod · 0.45

Tested by

no test coverage detected