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

Method __init__

lean_py/z3/core.py:243–245  ·  view source on GitHub ↗
(self, width: int)

Source from the content-addressed store, hash-verified

241 __slots__ = ("_width",)
242
243 def __init__(self, width: int) -> None:
244 super().__init__(BitvecASTSort(width))
245 self._width = width
246
247 @property
248 def size(self) -> int:

Callers

nothing calls this directly

Calls 2

BitvecASTSortClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected