Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tele-AI/Telechat
/ __iter__
Method
__iter__
models/12B-V2/generation_utils.py:154–155 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
return
True
153
154
def
__iter__(self):
155
return
self
156
157
def
__next__(self):
158
value_now, history_until = self.text_queue.get(timeout=self.timeout)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected