MCPcopy Create free account
hub / github.com/Tele-AI/Telechat / __iter__

Method __iter__

models/7B_8bit/generation_utils.py:151–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 return True
150
151 def __iter__(self):
152 return self
153
154 def __next__(self):
155 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