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

Method is_direct_completion

evalplus/provider/base.py:38–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36
37 @abstractmethod
38 def is_direct_completion(self) -> bool:
39 pass
40
41 def __repr__(self) -> str:
42 return self.name

Callers 1

codegenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected