Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readMessageBegin
Method · 0.80
Calls
2
resetWriteContext
Method · 0.95
LookaheadReader
Class · 0.70
Tested by
no test coverage detected