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

Method writeFieldEnd

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

Source from the content-addressed store, hash-verified

511 self.writeJSONString(CTYPES[ttype])
512
513 def writeFieldEnd(self):
514 self.writeJSONObjectEnd()
515
516 def writeFieldStop(self):
517 pass

Callers

nothing calls this directly

Calls 1

writeJSONObjectEndMethod · 0.95

Tested by

no test coverage detected