MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / __len__

Method __len__

lean_py/z3/solver.py:651–652  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

649 return f"[{', '.join(repr(a) for a in self._assertions)}]"
650
651 def __len__(self) -> int:
652 return len(self._assertions)
653
654 def __getitem__(self, i: int) -> BoolRef:
655 return self._assertions[i]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected