Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pints-AI/1.5-Pints
/ __init__
Method
__init__
lit_gpt/utils.py:425–428 ·
view source on GitHub ↗
(self, iterable: Iterable)
Source
from the content-addressed store, hash-verified
423
""
"
424
425
def
__init__(self, iterable: Iterable) -> None:
426
self.iterable = iterable
427
self.epoch = 0
428
self._iterator = None
429
430
def
__next__(self) -> Any:
431
if
self._iterator is None:
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected