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

Method writeJSONObjectEnd

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

Source from the content-addressed store, hash-verified

237 self.pushContext(JSONPairContext(self))
238
239 def writeJSONObjectEnd(self):
240 self.popContext()
241 self.trans.write(RBRACE)
242
243 def writeJSONArrayStart(self):
244 self.context.write()

Callers 2

writeStructEndMethod · 0.45
writeMapEndMethod · 0.45

Calls 2

popContextMethod · 0.95
writeMethod · 0.65

Tested by

no test coverage detected