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

Method __init__

lib/py/src/protocol/TJSONProtocol.py:176–179  ·  view source on GitHub ↗
(self, trans)

Source from the content-addressed store, hash-verified

174class TJSONProtocolBase(TProtocolBase):
175
176 def __init__(self, trans):
177 TProtocolBase.__init__(self, trans)
178 self.resetWriteContext()
179 self.resetReadContext()
180
181 # We don't have length limit implementation for JSON protocols
182 @property

Callers

nothing calls this directly

Calls 3

resetWriteContextMethod · 0.95
resetReadContextMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected