MCPcopy Create free account
hub / github.com/huggingface/evaluate / __init__

Method __init__

src/evaluate/module.py:88–89  ·  view source on GitHub ↗
(self, info: EvaluationModuleInfo)

Source from the content-addressed store, hash-verified

86 """
87
88 def __init__(self, info: EvaluationModuleInfo):
89 self._module_info = info
90
91 @property
92 def info(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected