Return number of no-patterns (0).
(self)
| 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.""" |
no outgoing calls