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

Method writeStructBegin

lib/py/src/protocol/TJSONProtocol.py:617–618  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

615 pass
616
617 def writeStructBegin(self, name):
618 self.writeJSONObjectStart()
619
620 def writeStructEnd(self):
621 self.writeJSONObjectEnd()

Callers

nothing calls this directly

Calls 1

writeJSONObjectStartMethod · 0.45

Tested by

no test coverage detected