MCPcopy Index your code
hub / github.com/evalplus/evalplus / generate

Method generate

evalplus/gen/__init__.py:20–21  ·  view source on GitHub ↗
(self, num: int)

Source from the content-addressed store, hash-verified

18 self.seed_hash = set([hash(str(x)) for x in self.seed_pool])
19
20 def generate(self, num: int) -> List[Any]:
21 raise NotImplementedError

Callers 3

input_generationFunction · 0.45
codegenMethod · 0.45
codegenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected