(self)
| 1903 | |
| 1904 | @util.memoized_property |
| 1905 | def _anon_tq_label(self) -> _anonymous_label: |
| 1906 | return self._anon_label(getattr(self, "_tq_label", None)) |
| 1907 | |
| 1908 | @util.memoized_property |
| 1909 | def _anon_tq_key_label(self) -> _anonymous_label: |
nothing calls this directly
no test coverage detected