MCPcopy Create free account
hub / github.com/google-deepmind/alphageometry / __iter__

Method __iter__

alphageometry.py:480–482  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

478 self.queue[min_idx] = (val, node)
479
480 def __iter__(self):
481 for val, node in self.queue:
482 yield val, node
483
484 def __len__(self) -> int:
485 return len(self.queue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected