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

Method readStructBegin

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

Source from the content-addressed store, hash-verified

419 self.readJSONArrayEnd()
420
421 def readStructBegin(self):
422 self.readJSONObjectStart()
423
424 def readStructEnd(self):
425 self.readJSONObjectEnd()

Callers

nothing calls this directly

Calls 1

readJSONObjectStartMethod · 0.95

Tested by

no test coverage detected