Return the i-th no-pattern.
(self, i: int)
| 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 | # --------------------------------------------------------------------------- |
no outgoing calls