Return quantifier weight (default 0).
(self)
| 848 | return self._bound[i]._sort |
| 849 | |
| 850 | def weight(self) -> int: |
| 851 | """Return quantifier weight (default 0).""" |
| 852 | return 0 |
| 853 | |
| 854 | def qid(self) -> str: |
| 855 | """Return quantifier identifier (empty string).""" |