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

Method resetReadContext

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

Source from the content-addressed store, hash-verified

192 self.contextStack = [self.context]
193
194 def resetReadContext(self):
195 self.resetWriteContext()
196 self.reader = LookaheadReader(self)
197
198 def pushContext(self, ctx):
199 self.contextStack.append(ctx)

Callers 2

__init__Method · 0.95
readMessageBeginMethod · 0.80

Calls 2

resetWriteContextMethod · 0.95
LookaheadReaderClass · 0.70

Tested by

no test coverage detected