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

Method writeFieldBegin

lib/py/src/protocol/TJSONProtocol.py:508–511  ·  view source on GitHub ↗
(self, name, ttype, id)

Source from the content-addressed store, hash-verified

506 self.writeJSONObjectEnd()
507
508 def writeFieldBegin(self, name, ttype, id):
509 self.writeJSONNumber(id)
510 self.writeJSONObjectStart()
511 self.writeJSONString(CTYPES[ttype])
512
513 def writeFieldEnd(self):
514 self.writeJSONObjectEnd()

Callers

nothing calls this directly

Calls 3

writeJSONObjectStartMethod · 0.95
writeJSONStringMethod · 0.95
writeJSONNumberMethod · 0.80

Tested by

no test coverage detected