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

Method __init__

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

Source from the content-addressed store, hash-verified

126class JSONPairContext(JSONBaseContext):
127
128 def __init__(self, protocol):
129 super(JSONPairContext, self).__init__(protocol)
130 self.colon = True
131
132 def doIO(self, function):
133 if self.first:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected