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

Method __len__

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

Source from the content-addressed store, hash-verified

526 return []
527
528 def __len__(self) -> int:
529 return 0
530
531 def __contains__(self, key: Any) -> bool:
532 return False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected