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

Method num_no_patterns

lean_py/z3/core.py:870–872  ·  view source on GitHub ↗

Return number of no-patterns (0).

(self)

Source from the content-addressed store, hash-verified

868 raise IndexError("No patterns")
869
870 def num_no_patterns(self) -> int:
871 """Return number of no-patterns (0)."""
872 return 0
873
874 def no_pattern(self, i: int) -> ExprRef:
875 """Return the i-th no-pattern."""

Callers 1

test_num_no_patternsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_num_no_patternsMethod · 0.64