(self)
| 636 | self.writeJSONArrayStart() |
| 637 | |
| 638 | def _writeCollectionEnd(self): |
| 639 | self.writeJSONArrayEnd() |
| 640 | writeListBegin = _writeCollectionBegin |
| 641 | writeListEnd = _writeCollectionEnd |
| 642 | writeSetBegin = _writeCollectionBegin |
nothing calls this directly
no test coverage detected