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

Method __init__

lib/py/src/protocol/TJSONProtocol.py:91–93  ·  view source on GitHub ↗
(self, protocol)

Source from the content-addressed store, hash-verified

89class JSONBaseContext(object):
90
91 def __init__(self, protocol):
92 self.protocol = protocol
93 self.first = True
94
95 def doIO(self, function):
96 pass

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected