:class:`evaluate.EvaluationModuleInfo` object containing all the metadata in the evaluation module.
(self)
| 90 | |
| 91 | @property |
| 92 | def info(self): |
| 93 | """:class:`evaluate.EvaluationModuleInfo` object containing all the metadata in the evaluation module.""" |
| 94 | return self._module_info |
| 95 | |
| 96 | @property |
| 97 | def name(self) -> str: |
no outgoing calls
no test coverage detected