MCPcopy Create free account
hub / github.com/evalplus/evalplus / mutate

Method mutate

evalplus/gen/mut_gen.py:18–19  ·  view source on GitHub ↗
(self, seed_input: Any)

Source from the content-addressed store, hash-verified

16
17 @abstractmethod
18 def mutate(self, seed_input: Any) -> Any:
19 pass
20
21 def generate(self, num: int) -> List[Any]:
22 while len(self.new_inputs) < num:

Callers 1

generateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected