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

Method num_patterns

lean_py/z3/core.py:862–864  ·  view source on GitHub ↗

Return number of patterns (0 — patterns not supported).

(self)

Source from the content-addressed store, hash-verified

860 return ""
861
862 def num_patterns(self) -> int:
863 """Return number of patterns (0 — patterns not supported)."""
864 return 0
865
866 def pattern(self, i: int) -> ExprRef:
867 """Return the i-th pattern."""

Callers 1

test_num_patternsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_num_patternsMethod · 0.64