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

Method no_pattern

lean_py/z3/core.py:874–876  ·  view source on GitHub ↗

Return the i-th no-pattern.

(self, i: int)

Source from the content-addressed store, hash-verified

872 return 0
873
874 def no_pattern(self, i: int) -> ExprRef:
875 """Return the i-th no-pattern."""
876 raise IndexError("No no-patterns")
877
878
879# ---------------------------------------------------------------------------

Callers 1

Calls

no outgoing calls

Tested by 1