MCPcopy Create free account
hub / github.com/RUC-NLPIR/WebThinker / __post_init__

Method __post_init__

scripts/lcb_runner/benchmarks/code_generation.py:35–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 testtype: TestType
34
35 def __post_init__(self):
36 self.testtype = TestType(self.testtype)
37 # if self.testtype == TestType.FUNCTIONAL:
38 # self.input = json.loads(self.input)
39 # self.output = json.loads(self.output)
40
41
42@dataclass

Callers

nothing calls this directly

Calls 1

TestTypeClass · 0.85

Tested by

no test coverage detected