MCPcopy Index your code
hub / github.com/httprunner/httprunner / __init__

Method __init__

httprunner/thrift/data_convertor.py:118–120  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

116
117class ThriftJSONDecoder(json.JSONDecoder):
118 def __init__(self, *args, **kwargs):
119 self._thrift_class = kwargs.pop("thrift_class")
120 super(ThriftJSONDecoder, self).__init__(*args, **kwargs)
121
122 def decode(self, json_str):
123 if isinstance(json_str, dict):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected