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

Method writeStructEnd

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

Source from the content-addressed store, hash-verified

618 self.writeJSONObjectStart()
619
620 def writeStructEnd(self):
621 self.writeJSONObjectEnd()
622
623 def writeFieldBegin(self, name, ttype, fid):
624 self.writeJSONString(name)

Callers

nothing calls this directly

Calls 1

writeJSONObjectEndMethod · 0.45

Tested by

no test coverage detected