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

Method __init__

lean_py/z3/core.py:2375–2380  ·  view source on GitHub ↗
(
        self,
        ast: ASTNode,
        vars: frozenset[tuple[str, ASTSort]] = frozenset(),
    )

Source from the content-addressed store, hash-verified

2373 __slots__ = ()
2374
2375 def __init__(
2376 self,
2377 ast: ASTNode,
2378 vars: frozenset[tuple[str, ASTSort]] = frozenset(),
2379 ) -> None:
2380 super().__init__(ast, ReSort(StringASTSort()), vars)
2381
2382
2383def Re(s: StringRef) -> ReRef:

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 2

StringASTSortClass · 0.90
ReSortClass · 0.85

Tested by

no test coverage detected