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

Method __init__

lean_py/z3/core.py:3860–3862  ·  view source on GitHub ↗
(self, elem: SortRef)

Source from the content-addressed store, hash-verified

3858 __slots__ = ("_elem",)
3859
3860 def __init__(self, elem: SortRef) -> None:
3861 super().__init__(SeqASTSort(elem._ast_sort))
3862 self._elem = elem
3863
3864 def basis(self) -> SortRef:
3865 """Return the element sort."""

Callers

nothing calls this directly

Calls 2

SeqASTSortClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected