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

Method __init__

lean_py/z3/core.py:3227–3232  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

3225 __slots__ = ()
3226
3227 def __init__(self, name: str) -> None:
3228 super().__init__(
3229 _AstVar(name),
3230 SortRef(_rm_ast_sort),
3231 frozenset(),
3232 )
3233
3234
3235def FPSort(ebits: int, sbits: int, ctx: Context | None = None) -> FPSortRef:

Callers

nothing calls this directly

Calls 2

SortRefClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected