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

Method __len__

alphageometry.py:484–485  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

482 yield val, node
483
484 def __len__(self) -> int:
485 return len(self.queue)
486
487
488def run_alphageometry(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected