MCPcopy Index your code
hub / github.com/microsoft/SkillOpt / test_items

Method test_items

skillopt/datasets/base.py:420–421  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

418
419 @property
420 def test_items(self) -> list[dict]:
421 return self._splits.get("test", [])
422
423 def get_split_items(self, split: str) -> list[dict]:
424 """Resolve a split name (including legacy aliases) to its item list."""

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected