(self)
| 1907 | |
| 1908 | @util.memoized_property |
| 1909 | def _anon_tq_key_label(self) -> _anonymous_label: |
| 1910 | return self._anon_label(getattr(self, "_tq_key_label", None)) |
| 1911 | |
| 1912 | def _dedupe_anon_tq_label_idx(self, idx: int) -> _anonymous_label: |
| 1913 | label = getattr(self, "_tq_label", None) or "anon" |
nothing calls this directly
no test coverage detected