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

Method writeStructBegin

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

Source from the content-addressed store, hash-verified

500 self.writeJSONArrayEnd()
501
502 def writeStructBegin(self, name):
503 self.writeJSONObjectStart()
504
505 def writeStructEnd(self):
506 self.writeJSONObjectEnd()

Callers

nothing calls this directly

Calls 1

writeJSONObjectStartMethod · 0.95

Tested by

no test coverage detected