MCPcopy Create free account
hub / github.com/Pints-AI/1.5-Pints / __iter__

Method __iter__

lit_gpt/utils.py:440–441  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

438 return next(self._iterator)
439
440 def __iter__(self) -> Self:
441 return self
442
443
444def copy_config_files(source_dir: Path, out_dir: Path) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected